diff options
| author | 2019-05-29 13:47:12 -0700 | |
|---|---|---|
| committer | 2019-05-29 13:47:12 -0700 | |
| commit | cc50c0c4de9853bd485627247cbcb538c90cc322 (patch) | |
| tree | cc462521d20c0041f0655628d3ada472cc135054 /java/testing.go | |
| parent | 3c8e809052b060df883f927f0c8ef967ed96b723 (diff) | |
| parent | 7d06395f0c12ce8c265639106a5666ae04f1a447 (diff) | |
Merge "Revert "Port uses-shared library verification and dexpreopting to Soong""
am: 7d06395f0c
Change-Id: Ieb207f98c88601f6857ed4ab996dfe850568975d
Diffstat (limited to 'java/testing.go')
| -rw-r--r-- | java/testing.go | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/java/testing.go b/java/testing.go index fc7842dd2..22831c922 100644 --- a/java/testing.go +++ b/java/testing.go @@ -77,33 +77,6 @@ func GatherRequiredDepsForTest() string { name: "framework-res", no_framework_libs: true, } - - java_library { - name: "android.hidl.base-V1.0-java", - srcs: ["a.java"], - no_standard_libs: true, - sdk_version: "core_current", - system_modules: "core-platform-api-stubs-system-modules", - installable: true, - } - - java_library { - name: "android.hidl.manager-V1.0-java", - srcs: ["a.java"], - no_standard_libs: true, - sdk_version: "core_current", - system_modules: "core-platform-api-stubs-system-modules", - installable: true, - } - - java_library { - name: "org.apache.http.legacy", - srcs: ["a.java"], - no_standard_libs: true, - sdk_version: "core_current", - system_modules: "core-platform-api-stubs-system-modules", - installable: true, - } ` systemModules := []string{ |