diff options
author | 2022-04-07 17:39:21 -0700 | |
---|---|---|
committer | 2022-04-11 11:44:32 -0700 | |
commit | abc0dab4770b4fe27147388d90c9ef5f1f49feca (patch) | |
tree | 38c157a31da72b57b3b29c7fde6a01f7f0c7222e /sysprop/sysprop_test.go | |
parent | 26ef058655ed983c3eba7232dece6cb87460bd33 (diff) |
Move proguard test files to java package
The proguard test files are duplicated in apex and sysprop and will
be needed by app tests, move them to the java package.
Test: run all soong tests
Change-Id: Ie13817dcda8d98801d16a97ffceef1100c7d5380
Diffstat (limited to 'sysprop/sysprop_test.go')
-rw-r--r-- | sysprop/sysprop_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go index f935f062e..88ef61524 100644 --- a/sysprop/sysprop_test.go +++ b/sysprop/sysprop_test.go @@ -98,9 +98,6 @@ func test(t *testing.T, bp string) *android.TestResult { "build/soong/scripts/jar-wrapper.sh": nil, - "build/make/core/proguard.flags": nil, - "build/make/core/proguard_basic_keeps.flags": nil, - "jdk8/jre/lib/jce.jar": nil, "jdk8/jre/lib/rt.jar": nil, "jdk8/lib/tools.jar": nil, |