PDK: Remove dependency on frameworks/base
Modules exposed as source in the PDK should not depend on anything
under frameworks/base.
Bug: 62086238
Test: Validated PDK build no longer fails on libcamera_client
Change-Id: I5239f09693065378893a2305f403c185bb7d334f
diff --git a/camera/Android.bp b/camera/Android.bp
index d49dd2c..64185e1 100644
--- a/camera/Android.bp
+++ b/camera/Android.bp
@@ -21,7 +21,6 @@
export_aidl_headers: true,
local_include_dirs: ["aidl"],
include_dirs: [
- "frameworks/base/core/java",
"frameworks/native/aidl/gui",
],
},
@@ -76,4 +75,5 @@
"-Wall",
"-Wextra",
],
+
}