diff options
author | 2019-05-29 20:28:47 +0000 | |
---|---|---|
committer | 2019-05-29 20:28:47 +0000 | |
commit | c03249833603dc57617ec603d7939fce621c474c (patch) | |
tree | 53fc8acabdb8c09874933db962ac1ff450829d05 /java/testing.go | |
parent | b66d7b1c20f7e54a5920780ba6643e971d216d31 (diff) |
Revert "Port uses-shared library verification and dexpreopting to Soong"
This reverts commit b66d7b1c20f7e54a5920780ba6643e971d216d31.
Reason for revert: broke unbundled builds
Change-Id: I96ae287885107079de4a26e6b100ad8ed66961c0
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{ |