cepheus: 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:
@@ -19,7 +19,7 @@ cc_library_static {
|
||||
recovery_available: true,
|
||||
whole_static_libs: ["libbase"],
|
||||
include_dirs: [
|
||||
"system/core/base/include",
|
||||
"system/core/init"
|
||||
"system/core/init",
|
||||
"system/libbase/include"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user