platform_build_soong/java
Colin Cross ebe1a51c81 Fix java AIDL properties to match C/C++
The C/C++ aidl properties use:
aidl: {
    local_include_dirs: [],
    include_dirs: [],
}

But the Android.bp file was expecting:
aidl_include_dirs: [],
export_aidl_include_dirs: [],

Update java AIDL support to match the C support, which is
also what the androidmk conversion tool is creating.

Test: m checkbuild
Change-Id: I3df763d0b203b1b6556798a21b0553e7d35ad7d5
2017-11-17 11:22:08 -08:00
..
config Setup java paths in soong_ui 2017-11-08 00:44:47 -08:00
androidmk.go Change bool, and string properties to *bool, and *string for java, 2017-11-08 21:25:40 -08:00
app.go Change bool, and string properties to *bool, and *string for java, 2017-11-08 21:25:40 -08:00
app_builder.go Move ModuleContext.ModuleBuild to ModuleContext.Build 2017-10-24 10:59:00 -07:00
builder.go Fix proto flags in java 2017-11-17 11:22:08 -08:00
gen.go Fix source jars 2017-10-26 01:00:46 +00:00
java.go Fix java AIDL properties to match C/C++ 2017-11-17 11:22:08 -08:00
java_test.go Pass results of Finder into Blueprint 2017-11-08 23:48:44 +00:00
proto.go Fix proto flags in java 2017-11-17 11:22:08 -08:00
resources.go Correctly add dependencies to java_resource_dirs files 2017-10-04 17:19:43 -07:00
system_modules.go Add convenience phony targets for system modules 2017-10-24 16:02:53 -07:00