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:
roynatech2544 2021-10-21 23:32:26 +09:00
commit c486edc2fe
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
4 changed files with 68 additions and 10 deletions

View file

@ -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"]
}