OSDN Git Service

Export aidl files for framework
authorColin Cross <ccross@android.com>
Thu, 14 Dec 2017 23:18:42 +0000 (15:18 -0800)
committerColin Cross <ccross@android.com>
Thu, 14 Dec 2017 23:25:33 +0000 (15:25 -0800)
Export the aidl files for framework so that anything building
against the framework automatically gets the default aidl
includes.

Test: m checkbuild
Change-Id: I26c599c79babd8ac91340a4e9d2c75d3f211f776

Android.bp

index b0493aa..2185e05 100644 (file)
@@ -534,7 +534,7 @@ java_library {
     ],
 
     aidl: {
-        local_include_dirs: [
+        export_include_dirs: [
             // From build/make/core/pathmap.mk FRAMEWORK_BASE_SUBDIRS
             "core/java",
             "graphics/java",