forked from openkylin/platform_build
resolved conflicts for merge of 123995f9
to honeycomb-plus-aosp
Change-Id: I3665ae5778120499117806e7301a7be6dfff91cf
This commit is contained in:
commit
f8a7ff191a
|
@ -830,9 +830,10 @@ ALL_SDK_TARGETS := $(INTERNAL_SDK_TARGET)
|
|||
sdk: $(ALL_SDK_TARGETS)
|
||||
ifneq ($(filter sdk win_sdk,$(MAKECMDGOALS)),)
|
||||
$(call dist-for-goals,sdk win_sdk, \
|
||||
$(ALL_SDK_TARGETS) \
|
||||
$(SYMBOLS_ZIP) \
|
||||
)
|
||||
$(ALL_SDK_TARGETS) \
|
||||
$(SYMBOLS_ZIP) \
|
||||
$(INSTALLED_BUILD_PROP_TARGET) \
|
||||
)
|
||||
endif
|
||||
|
||||
.PHONY: samplecode
|
||||
|
|
Loading…
Reference in New Issue