Rom Lemarchand | 4c2aa4c | 2013-11-21 10:24:52 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Rom Lemarchand | 1b22d07 | 2013-11-22 14:59:54 -0800 | [diff] [blame] | 4 | LOCAL_MODULE := static-hal-check |
Rom Lemarchand | ca10795 | 2013-11-22 15:26:48 -0800 | [diff] [blame^] | 5 | LOCAL_SRC_FILES := struct-size.cpp struct-offset.cpp struct-last.cpp |
Rom Lemarchand | 4c2aa4c | 2013-11-21 10:24:52 -0800 | [diff] [blame] | 6 | LOCAL_SHARED_LIBRARIES := libhardware |
| 7 | LOCAL_CFLAGS := -std=gnu++11 -O0 |
| 8 | |
| 9 | LOCAL_C_INCLUDES += \ |
| 10 | system/media/camera/include |
| 11 | |
| 12 | include $(BUILD_STATIC_LIBRARY) |