diff options
| author | Jooyung Han <jooyung@google.com> | 2019-12-24 00:46:50 +0900 |
|---|---|---|
| committer | Jooyung Han <jooyung@google.com> | 2020-01-23 04:46:53 +0000 |
| commit | 559ad01db944a5fbcb840c5f635c80a034962efd (patch) | |
| tree | 9856011c897bfe1e379b79647bfc2e375da6c649 /Android.bp | |
| parent | 6c54195e0aff74544639e48d5ae15c82b2a84a83 (diff) | |
apex_vndk uses vendor variants only
VNDK APEX is supposed to contain "vendor" variants of VNDK libraries.
This is different from normal APEXes which have "apex" variants.
Bug: 146758869
Test: build / flash / boot
Change-Id: I5e035678c337334092616b58d2e0e404788a6639
Exempt-From-Owner-Approval: Got ORV, but rebased with resolving merge conflicts.
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index ab03a36f1..c4c958c84 100644 --- a/Android.bp +++ b/Android.bp @@ -473,6 +473,7 @@ bootstrap_go_package { ], testSrcs: [ "apex/apex_test.go", + "apex/vndk_test.go", ], pluginFor: ["soong_build"], } |
