Lines Matching refs:package
10 # Define the name of a package zip file to generate
13 # $3=package to create (e.g. tools, docs, etc.)
19 # Defines the rule to build an SDK repository package by zipping all
27 # $4=package to create (e.g. tools, docs, etc.)
33 @echo "Building SDK repository package $(4) from $(notdir $(3))"
42 # Defines the rule to build an SDK repository package when the
43 # package directory contains a single platform-related inner directory.
50 # $4=package to create (e.g. platforms, samples, etc.)
56 @echo "Building SDK repository package $(4) from $(notdir $(3))"
65 # Defines the rule to build an SDK repository package when the
66 # package directory contains 3 levels from the sdk dir, for example
67 # to package SDK/extra/android/support or SDK/system-images/android-N/armeabi.
75 # $4=package to create (e.g. system-images, support, etc.)
76 # $5=the root of directory to package in the sdk (e.g. extra/android).
83 @echo "Building SDK repository package $(4) from $(notdir $(3))"
92 # Defines the rule to build an SDK sources package.
97 # $4=package to create, must be "sources"
101 @echo "Building SDK sources package"