diff options
author | Jiyong Park <jiyong@google.com> | 2020-02-06 14:54:31 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2020-02-07 13:30:07 +0900 |
commit | 439e8e3574b56cef39aee50f07d474a097fc21bd (patch) | |
tree | c890dd92c41b7d3ce077041167f8936d9bf30066 /apex/permission/testing | |
parent | c66f4316d6ccfd27436bbef446d65d59369e66bf (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
Diffstat (limited to 'apex/permission/testing')
-rw-r--r-- | apex/permission/testing/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/permission/testing/Android.bp b/apex/permission/testing/Android.bp index f8978dcd83ee..63bf0a08e956 100644 --- a/apex/permission/testing/Android.bp +++ b/apex/permission/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", |