Revert "Roll NDK to r11c and extract it into its own repository."
[android_tools.git] / ndk / tests / build / stlport-static-assert / jni / Android.mk
blobd69bbec505b64ab81e5f75a2fea19f9e60e8c44a
1 LOCAL_PATH := $(call my-dir)
3 include $(CLEAR_VARS)
4 LOCAL_MODULE := stlport-static-assert
5 LOCAL_SRC_FILES := stlport-static-assert.cpp
6 LOCAL_CFLAGS += -Wall -Werror
7 include $(BUILD_EXECUTABLE)