diff options
author | Dario Freni <dariofreni@google.com> | 2020-04-21 20:29:07 +0100 |
---|---|---|
committer | Dario Freni <dariofreni@google.com> | 2020-04-21 20:29:07 +0100 |
commit | 27fff59437ce617f5f1877622d9a55fc2c60f577 (patch) | |
tree | df7a0e639852496809fa10d62901a13f3122bc60 /packages/CtsShim | |
parent | a8761169674661abc5b8dabf231e235f9e69357f (diff) |
Make CtsPriv and CtsPrivShim build standalone.
Bug: 148489495
Test: build/soong/soong_ui.bash --make-mode -j80 showcommands dist TARGET_BUILD_APPS='CtsShim CtsShimPriv CtsShimPrivUpgrade CtsShimPrivUpgradeWrongSHA CtsShimTargetPSdk' TARGET_BUILD_VARIANT=userdebug TARGET_PRODUCT=aosp_arm64
Change-Id: I1bd43b7ef9b4ebd5a24712306285c0ffd0e34d23
Diffstat (limited to 'packages/CtsShim')
-rw-r--r-- | packages/CtsShim/build/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/CtsShim/build/Android.bp b/packages/CtsShim/build/Android.bp index 8aac1c9376d2..be790106f42d 100644 --- a/packages/CtsShim/build/Android.bp +++ b/packages/CtsShim/build/Android.bp @@ -70,6 +70,7 @@ android_app { // v2/v3 signature. use_embedded_native_libs: true, apex_available: [ + "//apex_available:platform", "com.android.apex.cts.shim.v1", "com.android.apex.cts.shim.v2", "com.android.apex.cts.shim.v2_no_hashtree", @@ -141,6 +142,7 @@ android_app { manifest: "shim/AndroidManifest.xml", apex_available: [ + "//apex_available:platform", "com.android.apex.cts.shim.v1", "com.android.apex.cts.shim.v2", "com.android.apex.cts.shim.v2_no_hashtree", |