Mercurial > 510Connectbot
comparison app/src/main/jni/Exec/Android.mk @ 438:d29cce60f393
migrate from Eclipse to Android Studio
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 03 Dec 2015 11:23:55 -0800 |
parents | jni/Exec/Android.mk@0ce5cc452d02 |
children |
comparison
equal
deleted
inserted
replaced
437:208b31032318 | 438:d29cce60f393 |
---|---|
1 LOCAL_PATH := $(call my-dir) | |
2 | |
3 include $(CLEAR_VARS) | |
4 | |
5 LOCAL_MODULE := com_google_ase_Exec | |
6 LOCAL_CFLAGS := -Werror | |
7 LOCAL_SRC_FILES := com_google_ase_Exec.cpp | |
8 LOCAL_LDLIBS := -llog | |
9 | |
10 include $(BUILD_SHARED_LIBRARY) |