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
This commit is contained in:
Colin Cross
2017-12-14 15:18:42 -08:00
parent 0abc93177f
commit 4eb0784df4

View 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",