diff options
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +ifeq ($(TARGET_USES_OS_NFC),true) # function to find all *.cpp files under a directory define all-cpp-files-under $(patsubst ./%,%, \ @@ -79,3 +80,4 @@ include $(BUILD_SHARED_LIBRARY) ###################################### include $(call all-makefiles-under,$(LOCAL_PATH)) +endif |