diff options
| author | ivanmeler <i_ivan@windowslive.com> | 2021-10-07 10:16:54 +0000 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2022-01-14 10:21:23 +0100 |
| commit | e421d98fe5c91a27088a3b86d9210da61357f726 (patch) | |
| tree | ececb2c122726a77c44d77e03e87d8ba3d36a54b | |
| parent | a1916f75037c708524872091a2b8bffe9296eeda (diff) | |
Signed-off-by: Francescodario Cuzzocrea <bosconovic@gmail.com>
Change-Id: I8148d7575e074ec1ba2855ab241c4b5d5f779298
| -rw-r--r-- | init/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Android.bp b/init/Android.bp index 021df2d..70eb542 100644 --- a/init/Android.bp +++ b/init/Android.bp @@ -20,7 +20,7 @@ cc_library_static { "init_m7.cpp", ], include_dirs: [ - "system/core/base/include", + "system/libbase/include", "system/core/init", ], whole_static_libs: ["libbase"], |
