diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-22 01:16:11 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-26 17:50:50 +0200 |
| commit | 1f2520003fc0f8645c7a70db134cf2df38959537 (patch) | |
| tree | 836d7f0be5e63d9d8b7d5318954ca36a69ed8b55 /keyhandler/Android.mk | |
| parent | e541da89ba6b73e0450adf031961539a7f572980 (diff) | |
| download | android_device_meizu_m2note-1f2520003fc0f8645c7a70db134cf2df38959537.tar.gz | |
bring up for gestures and keyhandler, based on @Faust93 work
cleanup
fix path for m2note
Diffstat (limited to 'keyhandler/Android.mk')
| -rw-r--r-- | keyhandler/Android.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyhandler/Android.mk b/keyhandler/Android.mk new file mode 100644 index 0000000..d8d40fe --- /dev/null +++ b/keyhandler/Android.mk @@ -0,0 +1,13 @@ +LOCAL_PATH:= $(call my-dir) + +ifeq ($(TARGET_DEVICE),m2note) +include $(CLEAR_VARS) + +LOCAL_MODULE := com.cyanogenmod.keyhandler +LOCAL_SRC_FILES := $(call all-java-files-under,src) +LOCAL_MODULE_TAGS := optional +LOCAL_DEX_PREOPT := false + +include $(BUILD_JAVA_LIBRARY) +endif + |
