diff options
author | Colin Cross <ccross@android.com> | 2015-04-08 13:03:43 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2015-04-08 16:37:31 -0700 |
commit | c0b06f191f99379d3e8111f3bb149a53b1054422 (patch) | |
tree | cee2de58b5b3bfcca311766c91b24ea71deb4766 /root.bp | |
parent | 6cbb1275648b76377764a96960b7fd206e1a4917 (diff) | |
download | build_soong-c0b06f191f99379d3e8111f3bb149a53b1054422.tar.gz build_soong-c0b06f191f99379d3e8111f3bb149a53b1054422.tar.bz2 build_soong-c0b06f191f99379d3e8111f3bb149a53b1054422.zip |
Add aidl file support to java builds
Add support for aidl files listed in srcs for java builds, and
an aidl_preprocess module type for framework and sdk aidls.
Change-Id: I3aa537f4483822e5b534c74d0b35f13a938f8947
Diffstat (limited to 'root.bp')
-rw-r--r-- | root.bp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,4 +10,5 @@ subdirs = [ "prebuilts/ndk", "prebuilts/sdk", "system/core/*", + "frameworks/base/tools/aidl", ] |