Riley Andrews | 1199c51 | 2015-11-20 15:40:09 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | LOCAL_CLANG := true | ||||
5 | LOCAL_MODULE := zram-perf | ||||
6 | LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter | ||||
7 | LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include | ||||
8 | LOCAL_C_INCLUDES += $(LOCAL_PATH)/.. | ||||
9 | LOCAL_SRC_FILES := \ | ||||
10 | zram-perf.cpp | ||||
11 | include $(BUILD_EXECUTABLE) |