diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-10-08 10:53:59 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-10-08 10:53:59 -0700 |
commit | 02bbd640e7de5b1098dced7ad9f82d8da1883ef4 (patch) | |
tree | 26bca851c32a71aa06d06e5eb5c25d878deec891 /target/product | |
parent | 397a8be4bc26a696cf205ac9800865caee3ecf61 (diff) | |
download | build-02bbd640e7de5b1098dced7ad9f82d8da1883ef4.zip build-02bbd640e7de5b1098dced7ad9f82d8da1883ef4.tar.gz build-02bbd640e7de5b1098dced7ad9f82d8da1883ef4.tar.bz2 |
Add appops command to devices
This is used to set appops permissions from the command line
or from CTS tests via the shell.
Change-Id: I8a71d1398e2071aecfd22be7b6530f186f40c2c0
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/base.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/base.mk b/target/product/base.mk index 4df10c4..9713330 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -19,6 +19,7 @@ PRODUCT_PACKAGES += \ 20-dns.conf \ 95-configured \ appwidget \ + appops \ am \ android.policy \ android.test.runner \ |