mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: power: fix build on android S enviroment
* Remove dependency on hardware/samsung Change-Id: I803f9e04995d2b1e3a05407ceebe21aa8428abf8 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
8503d0a458
commit
c486edc2fe
4 changed files with 68 additions and 10 deletions
|
|
@ -15,10 +15,8 @@
|
|||
cc_library_static {
|
||||
name: "libinit_universal7884B",
|
||||
recovery_available: true,
|
||||
shared_libs: ["libbase"],
|
||||
whole_static_libs: ["libbase"],
|
||||
header_libs: ["libbase_headers"],
|
||||
srcs: ["init_universal7884B.cpp"],
|
||||
include_dirs: [
|
||||
"system/core/base/include",
|
||||
"system/core/init"
|
||||
]
|
||||
include_dirs: ["system/core/init"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue