Loading core/main.mk +2 −0 Original line number Diff line number Diff line Loading @@ -1004,6 +1004,7 @@ target-native-tests : native-target-tests .PHONY: lintall ifneq (,$(filter samplecode, $(MAKECMDGOALS))) .PHONY: samplecode sample_MODULES := $(sort $(call get-tagged-modules,samples)) sample_APKS_DEST_PATH := $(TARGET_COMMON_OUT_ROOT)/samples Loading @@ -1017,6 +1018,7 @@ samplecode: $(sample_APKS_COLLECTION) @echo "Collect sample code apks: $^" # remove apks that are not intended to be installed. rm -f $(sample_ADDITIONAL_INSTALLED) endif # samplecode in $(MAKECMDGOALS) .PHONY: findbugs findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET) Loading Loading
core/main.mk +2 −0 Original line number Diff line number Diff line Loading @@ -1004,6 +1004,7 @@ target-native-tests : native-target-tests .PHONY: lintall ifneq (,$(filter samplecode, $(MAKECMDGOALS))) .PHONY: samplecode sample_MODULES := $(sort $(call get-tagged-modules,samples)) sample_APKS_DEST_PATH := $(TARGET_COMMON_OUT_ROOT)/samples Loading @@ -1017,6 +1018,7 @@ samplecode: $(sample_APKS_COLLECTION) @echo "Collect sample code apks: $^" # remove apks that are not intended to be installed. rm -f $(sample_ADDITIONAL_INSTALLED) endif # samplecode in $(MAKECMDGOALS) .PHONY: findbugs findbugs: $(INTERNAL_FINDBUGS_HTML_TARGET) $(INTERNAL_FINDBUGS_XML_TARGET) Loading