Loading core/main.mk +5 −0 Original line number Diff line number Diff line Loading @@ -480,11 +480,16 @@ subdirs := \ external/zlib else # !BUILD_TINY_ANDROID ifneq ($(TARGET_SUBDIRS),) subdirs := $(TARGET_SUBDIRS) else # # Typical build; include any Android.mk files we can find. # subdirs := $(TOP) endif # !TARGET_SUBDIRS FULL_BUILD := true endif # !BUILD_TINY_ANDROID Loading Loading
core/main.mk +5 −0 Original line number Diff line number Diff line Loading @@ -480,11 +480,16 @@ subdirs := \ external/zlib else # !BUILD_TINY_ANDROID ifneq ($(TARGET_SUBDIRS),) subdirs := $(TARGET_SUBDIRS) else # # Typical build; include any Android.mk files we can find. # subdirs := $(TOP) endif # !TARGET_SUBDIRS FULL_BUILD := true endif # !BUILD_TINY_ANDROID Loading