diff options
author | Colin Cross <ccross@android.com> | 2019-05-16 12:28:22 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2019-05-28 11:20:09 -0700 |
commit | b66d7b1c20f7e54a5920780ba6643e971d216d31 (patch) | |
tree | fc7d90eefe45b4f2120132575a09dbe7e4eaa43d /java/java_test.go | |
parent | 38b968555c04092302561369d0ed687ad1ccd15e (diff) |
Port uses-shared library verification and dexpreopting to Soong
Ports 09f3b97f4b488cd3a7b7d72038b173575b02c162 (Add support for
preopt with uses-libraries) from Make to Soong to support verifying
and preopting shared libraries.
Bug: 132357300
Test: app_test.go
Test: m checkbuild
Change-Id: Id25f55f07a55120bebe2a9b32c094209efc85c8b
Diffstat (limited to 'java/java_test.go')
-rw-r--r-- | java/java_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/java_test.go b/java/java_test.go index 50b1c34ce..3a7ed4e3f 100644 --- a/java/java_test.go +++ b/java/java_test.go @@ -174,6 +174,8 @@ func testContext(config android.Config, bp string, "build/soong/scripts/jar-wrapper.sh": nil, + "build/make/core/verify_uses_libraries.sh": nil, + "build/make/core/proguard.flags": nil, "build/make/core/proguard_basic_keeps.flags": nil, |