[ugly] Add a fake package to prevent installing webview

This commit is contained in:
Pierre-Hugues Husson 2017-12-13 19:44:39 +01:00
parent a86b5585e1
commit bcca57a102
2 changed files with 14 additions and 0 deletions

14
tmp/Android.mk Normal file
View file

@ -0,0 +1,14 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := phh-overrides
PACKAGES.phh-overrides.OVERRIDES := \
webview
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
# This will install the file in /system/etc/permissions
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
LOCAL_SRC_FILES := phh.txt
LOCAL_UNINSTALLABLE_MODULE := true
include $(BUILD_PREBUILT)

0
tmp/phh.txt Normal file
View file