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
15 lines
248 B
Plaintext
15 lines
248 B
Plaintext
subdirs = [
|
|
"art",
|
|
"build/blueprint",
|
|
"build/soong",
|
|
"bionic",
|
|
"dalvik",
|
|
"external/*",
|
|
"libcore",
|
|
"libnativehelper",
|
|
"prebuilts/ndk",
|
|
"prebuilts/sdk",
|
|
"system/core/*",
|
|
"frameworks/base/tools/aidl",
|
|
]
|