diff options
author | 2020-02-06 14:54:31 +0900 | |
---|---|---|
committer | 2020-02-07 13:30:07 +0900 | |
commit | 9c2ebd60d24828cc94adc1031d4911a4189cfc90 (patch) | |
tree | d9ebca89c29a77e2424fcc352b82e93bcd3aef08 | |
parent | dfb9d48cb7e1c7a6f75ca3f7204822be079c2850 (diff) |
use apex_test for test apexes
... so that the build system can distinguish testing APEXes and
installable APEXes, and apply different rules to them.
Bug: 146308764
Test: m
Change-Id: Ie7dc9ad1444904f49047093a44e7fcd0a5f56ffe
-rw-r--r-- | testing/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/Android.bp b/testing/Android.bp index f8978dcd8..63bf0a08e 100644 --- a/testing/Android.bp +++ b/testing/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -apex { +apex_test { name: "test_com.android.permission", visibility: [ "//system/apex/tests", |