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