Loading core/definitions.mk +0 −13 Original line number Diff line number Diff line Loading @@ -2801,13 +2801,6 @@ $(hide) rm -f $@ $(hide) cp -p $< $@ endef # The same as copy-file-to-target, but use the zipalign tool to do so. define copy-file-to-target-with-zipalign @mkdir -p $(dir $@) $(hide) rm -f $@ $(hide) $(ZIPALIGN) -f 4 $< $@ endef # The same as copy-file-to-target, but strip out "# comment"-style # comments (for config files and such). define copy-file-to-target-strip-comments Loading Loading @@ -2838,12 +2831,6 @@ define transform-prebuilt-to-target $(copy-file-to-target) endef # Copy a prebuilt file to a target location, using zipalign on it. define transform-prebuilt-to-target-with-zipalign @echo "$($(PRIVATE_PREFIX)DISPLAY) Prebuilt APK: $(PRIVATE_MODULE) ($@)" $(copy-file-to-target-with-zipalign) endef # Copy a prebuilt file to a target location, stripping "# comment" comments. define transform-prebuilt-to-target-strip-comments @echo "$($(PRIVATE_PREFIX)DISPLAY) Prebuilt: $(PRIVATE_MODULE) ($@)" Loading Loading
core/definitions.mk +0 −13 Original line number Diff line number Diff line Loading @@ -2801,13 +2801,6 @@ $(hide) rm -f $@ $(hide) cp -p $< $@ endef # The same as copy-file-to-target, but use the zipalign tool to do so. define copy-file-to-target-with-zipalign @mkdir -p $(dir $@) $(hide) rm -f $@ $(hide) $(ZIPALIGN) -f 4 $< $@ endef # The same as copy-file-to-target, but strip out "# comment"-style # comments (for config files and such). define copy-file-to-target-strip-comments Loading Loading @@ -2838,12 +2831,6 @@ define transform-prebuilt-to-target $(copy-file-to-target) endef # Copy a prebuilt file to a target location, using zipalign on it. define transform-prebuilt-to-target-with-zipalign @echo "$($(PRIVATE_PREFIX)DISPLAY) Prebuilt APK: $(PRIVATE_MODULE) ($@)" $(copy-file-to-target-with-zipalign) endef # Copy a prebuilt file to a target location, stripping "# comment" comments. define transform-prebuilt-to-target-strip-comments @echo "$($(PRIVATE_PREFIX)DISPLAY) Prebuilt: $(PRIVATE_MODULE) ($@)" Loading