blob: 7109817b24c1df89dc8c497f449fc6f565a205b1 [file] [log] [blame]
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)