summaryrefslogtreecommitdiff
path: root/test-mock
diff options
context:
space:
mode:
authorSundong Ahn <sundongahn@google.com>2019-01-10 23:06:44 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-01-10 23:06:44 -0800
commit5e6d1173b5b6ad1d477c325cefd1a58d10318ffe (patch)
tree9bf86dc46c7877fe24ec8ff139d1e13ca49ed2b3 /test-mock
parent4900d0e4fff43169915d644b62cea969794e4583 (diff)
parent79bdaeb839ff148cba42be992a1955504a8671c2 (diff)
Merge "Switch to metalava" am: 806939b1b1 am: 97466ef516
am: 79bdaeb839 Change-Id: Ia3849d35e85b66c049922fb092ca6e41f6c9aab4
Diffstat (limited to 'test-mock')
-rw-r--r--test-mock/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp
index 37158e5fe0b9..e1d6e01d6d06 100644
--- a/test-mock/Android.bp
+++ b/test-mock/Android.bp
@@ -25,7 +25,8 @@ java_sdk_library {
"android.test.mock",
],
+ srcs_lib: "framework",
+ srcs_lib_whitelist_dirs: ["core/java"],
srcs_lib_whitelist_pkgs: ["android"],
- metalava_enabled: false,
compile_dex: true,
}