Pierre-Hugues Husson | bcca57a | 2017-12-13 19:44:39 +0100 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
| 3 | include $(CLEAR_VARS) |
| 4 | LOCAL_MODULE := phh-overrides |
| 5 | PACKAGES.phh-overrides.OVERRIDES := \ |
Pierre-Hugues Husson | 80c4f40 | 2017-12-19 02:01:32 +0100 | [diff] [blame] | 6 | webview \ |
| 7 | WebViewGoogle |
Pierre-Hugues Husson | bcca57a | 2017-12-13 19:44:39 +0100 | [diff] [blame] | 8 | |
| 9 | LOCAL_MODULE_TAGS := optional |
| 10 | LOCAL_MODULE_CLASS := ETC |
| 11 | # This will install the file in /system/etc/permissions |
| 12 | LOCAL_MODULE_PATH := $(TARGET_OUT_ETC) |
| 13 | LOCAL_SRC_FILES := phh.txt |
| 14 | LOCAL_UNINSTALLABLE_MODULE := true |
| 15 | include $(BUILD_PREBUILT) |