summaryrefslogtreecommitdiff
path: root/test-mock
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2019-08-16 21:17:14 +0900
committerJiyong Park <jiyong@google.com>2019-08-24 00:04:18 +0000
commit7e1339e0556b320ceaf9dcbbe092f175e05b7c0d (patch)
tree288dbb0572d3e348eefa68eadcedda5262d1f8aa /test-mock
parent7f1e92a654a7966b07b73690b7724d0540ffeb50 (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 Exempt-From-Owner-Approval: Approved internally Merged-In: I0705ddf76b3c628127f65d75e0a8b06c6c250fe2 (cherry picked from commit b360931bf0f2d011dada18762829c0d0e47c54b6) Change-Id: I0705ddf76b3c628127f65d75e0a8b06c6c250fe2
Diffstat (limited to 'test-mock')
-rw-r--r--test-mock/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp
index a5cd1751151f..fd469a005e7d 100644
--- a/test-mock/Android.bp
+++ b/test-mock/Android.bp
@@ -26,7 +26,6 @@ java_sdk_library {
],
srcs_lib: "framework",
- srcs_lib_whitelist_dirs: ["core/java"],
srcs_lib_whitelist_pkgs: ["android"],
compile_dex: true,
}