Loading core/binary.mk +2 −0 Original line number Original line Diff line number Diff line Loading @@ -119,6 +119,8 @@ ifneq ($(LOCAL_SDK_VERSION),) $(error $(LOCAL_PATH): LOCAL_SDK_VERSION cannot be used in host module) $(error $(LOCAL_PATH): LOCAL_SDK_VERSION cannot be used in host module) endif endif my_cflags += -D__ANDROID_NDK__ # Make sure we've built the NDK. # Make sure we've built the NDK. my_additional_dependencies += $(SOONG_OUT_DIR)/ndk_base.timestamp my_additional_dependencies += $(SOONG_OUT_DIR)/ndk_base.timestamp Loading Loading
core/binary.mk +2 −0 Original line number Original line Diff line number Diff line Loading @@ -119,6 +119,8 @@ ifneq ($(LOCAL_SDK_VERSION),) $(error $(LOCAL_PATH): LOCAL_SDK_VERSION cannot be used in host module) $(error $(LOCAL_PATH): LOCAL_SDK_VERSION cannot be used in host module) endif endif my_cflags += -D__ANDROID_NDK__ # Make sure we've built the NDK. # Make sure we've built the NDK. my_additional_dependencies += $(SOONG_OUT_DIR)/ndk_base.timestamp my_additional_dependencies += $(SOONG_OUT_DIR)/ndk_base.timestamp Loading