commit | bd0edaee946d15d552259ac6213f9918e6674aac | [log] [tgz] |
---|---|---|
author | Harshit Jain <dev-harsh1998@hotmail.com> | Mon May 24 17:33:07 2021 +0000 |
committer | SamarV-121 <samarvispute121@pm.me> | Wed Dec 08 15:52:36 2021 +0530 |
tree | d90d29e430d536bec457e214a8a1498aea748448 | |
parent | c4962f320cf24d442104ce7e27f9f0018c01737e [diff] |
m20lte: init: Fix build on android S environment Change-Id: I7180195ed613f91beaac667391aad32472c2cd1e Signed-off-by: SamarV-121 <samarvispute121@pm.me>
diff --git a/init/Android.bp b/init/Android.bp index e6e365b..0662cd3 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -10,7 +10,6 @@ shared_libs: ["libbase"], srcs: ["init_m20lte.cpp"], include_dirs: [ - "system/core/base/include", "system/core/init" ] }