sdm660-common: init: Update libbase include path
* Google has moved system/core/base to a separate repository.
* Ref:
28d0f1a3af
.
Signed-off-by: TH779 <i@779.moe>
Change-Id: I0a42abb1e47401312def3242c1cc2c3f0af9ccdf
This commit is contained in:
parent
3fa90f8034
commit
737dba99ff
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ cc_library_static {
|
|||
srcs: ["init_sdm660.cpp"],
|
||||
include_dirs: [
|
||||
"system/core/init",
|
||||
"system/libbase/include"
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
|
|
Loading…
Reference in a new issue