diff options
author | Jiyong Park <jiyong@google.com> | 2019-08-16 21:17:14 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2019-08-22 20:07:38 +0900 |
commit | b360931bf0f2d011dada18762829c0d0e47c54b6 (patch) | |
tree | 4a89eb599970f041d17f6dea842b2313c7d032af /test-mock | |
parent | 549b5bb23530edfd4f4d4005acabee7b53bf0cbd (diff) |
Use filegroup to simplify Android.bp for frameworks and its friends
Java and AIDL source files under frameworks/base are now modularized
using filegroup. Each filegroup has 'path' property set to the base
directory of the ssource files. This allows us to not rely on
aidl.[local_]include_dirs and srcs_lib_whitelist_dirs to get the base
directories.
Bug: 70046217
Test: m
Change-Id: I0705ddf76b3c628127f65d75e0a8b06c6c250fe2
Diffstat (limited to 'test-mock')
-rw-r--r-- | test-mock/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index 0129c4ca5bc1..9a653cf7204c 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -26,7 +26,6 @@ java_sdk_library { ], srcs_lib: "framework-minus-apex", - srcs_lib_whitelist_dirs: ["core/java"], srcs_lib_whitelist_pkgs: ["android"], compile_dex: true, } |