Searched defs:repo (Results 1 - 1 of 1) sorted by relevance
/development/build/tools/ |
H A D | sdk_repo.mk | 15 define sdk-repo-pkg-zip 16 $(dir $(2))/sdk-repo-$(1)-$(3)-$(FILE_NAME_TAG).zip 22 # this generates an sdk-repo-linux-tools that contains tools/* 31 define mk-sdk-repo-pkg-1 32 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)): $(3) 35 rm -f ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) && \ 36 zip -9rq ../$(notdir $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) $(4)/* 37 $(call dist-for-goals, sdk_repo, $(call sdk-repo-pkg-zip,$(2),$(3),$(4))) 39 $(call sdk-repo-pkg-zip,$(2),$(3),$(4)):$(notdir $(call sdk-repo [all...] |
Completed in 106 milliseconds