Cleanup Android.mk

This commit is contained in:
topjohnwu
2017-02-28 17:50:40 +08:00
parent 1437c5c63f
commit 463cbceb07
7 changed files with 4 additions and 9 deletions

View File

@@ -2,7 +2,5 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := magiskhide
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := main.c hide.c list_monitor.c proc_monitor.c util.c
LOCAL_CFLAGS += -std=gnu11 -O3
include $(BUILD_EXECUTABLE)