Remove ApiDemos and other packages modules in /data/app
Since API 27, PackageManager would not install random APKs that reside in /data/app folder. They must be explicitly installed by "adb install" instead. BUG: 72750759 Change-Id: Ibc8e4e55e020439f5cf950d61fb7a815aa12fa6f Signed-off-by: Weilun Du <wdu@google.com>
This commit is contained in:
parent
5c93279fbe
commit
1eb1568ce3
|
@ -17,7 +17,6 @@
|
|||
PRODUCT_PROPERTY_OVERRIDES :=
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
ApiDemos \
|
||||
CellBroadcastReceiver \
|
||||
CubeLiveWallpapers \
|
||||
CustomLocale \
|
||||
|
@ -25,7 +24,6 @@ PRODUCT_PACKAGES := \
|
|||
Dialer \
|
||||
EmulatorSmokeTests \
|
||||
Gallery2 \
|
||||
GestureBuilder \
|
||||
Launcher3 \
|
||||
Camera2 \
|
||||
librs_jni \
|
||||
|
@ -40,8 +38,6 @@ PRODUCT_PACKAGES := \
|
|||
rild \
|
||||
screenrecord \
|
||||
SdkSetup \
|
||||
SmokeTest \
|
||||
SmokeTestApp \
|
||||
SoftKeyboard \
|
||||
sqlite3 \
|
||||
SystemUI \
|
||||
|
|
Loading…
Reference in New Issue