commit | 54e883bce3108b9a5f28df58bef1d4df747e3ec8 | [log] [tgz] |
---|---|---|
author | AndroPlus <mail@andro.plus> | Sat Jul 28 15:32:09 2018 +0900 |
committer | AndroPlus <mail@andro.plus> | Sat Jul 28 16:47:02 2018 +0900 |
tree | 6dc370accf5d8f735a0d83041eee0ce01891719c | |
parent | d5f3d420e82ace340b0354159ae35de8c5f3cf88 [diff] [blame] |
S2: Add Snap overlay
diff --git a/Sharp/S2-snap/Android.mk b/Sharp/S2-snap/Android.mk new file mode 100644 index 0000000..d2286fd --- /dev/null +++ b/Sharp/S2-snap/Android.mk
@@ -0,0 +1,7 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) +LOCAL_MODULE_TAGS := optional +LOCAL_PACKAGE_NAME := treble-overlay-sharp-s2-snap +LOCAL_MODULE_PATH := $(TARGET_OUT)/overlay +LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true +include $(BUILD_PACKAGE)