From 4eb0784df489f8ac2ca11d8d4d33867f4ab4f799 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 14 Dec 2017 15:18:42 -0800 Subject: [PATCH] Export aidl files for framework 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index b0493aa53f31d..2185e0571b6f0 100644 --- a/Android.bp +++ b/Android.bp @@ -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",