use aidl: local_include_dirs

This would not work if imports were added. This is
required in order to enable a new check that import
paths are setup correctly.

Bug: 260009392
Test: build
Change-Id: I6952fd4043aaa2b586e576ad3d71f5f83ac36a54
diff --git a/apex/framework/Android.bp b/apex/framework/Android.bp
index a48bd75..698d2b4 100644
--- a/apex/framework/Android.bp
+++ b/apex/framework/Android.bp
@@ -26,6 +26,12 @@
         "java/**/*.aidl",
     ],
 
+    aidl: {
+        local_include_dirs: [
+            "java",
+        ],
+    },
+
     permitted_packages: [
         "android.provider",
     ],