Skip to content

Instantly share code, notes, and snippets.

@androhi
Created February 11, 2014 22:33
Show Gist options
  • Save androhi/8945658 to your computer and use it in GitHub Desktop.
Save androhi/8945658 to your computer and use it in GitHub Desktop.
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := HelloNDK
LOCAL_SDK_VERSION := 14
LOCAL_JNI_SHARED_LIBRARIES := libhellondk
include $(BUILD_PACKAGE)
include $(LOCAL_PATH)/libhellondk/Android.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment