HomeSort by relevance Sort by last modified time
    Searched refs:aapt (Results 1 - 11 of 11) sorted by null

  /development/build/
product_sdk.mk 30 aapt \
sdk-windows-x86.atree 61 rm build-tools/${PLATFORM_NAME}/aapt
62 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
build_android_stubs.mk 15 # resource files out of there for aapt.
17 # Normally the package rule runs aapt, which includes the resource,
sdk.atree 80 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
    [all...]
  /external/chromium_org/build/android/gyp/
process_resources.py 73 'generated by aapt')
124 """Determines whether aapt crunch failed from its return code and output.
126 Because aapt's return code cannot be trusted, any output to stderr is
127 an indication that aapt has failed (http://crbug.com/314885), except
157 # of the form 0, 1, ..., then each subdirectory will be passed to aapt as a
160 # intelligently merged. That merging is left up to aapt.
174 aapt = os.path.join(options.android_sdk_tools, 'aapt')
210 package_command = [aapt,
246 # 9-patch images to display correctly. 'aapt crunch' accepts only a singl
    [all...]
package_resources.py 92 """Returns the aapt args for an extracted resources zip.
115 aapt = os.path.join(options.android_sdk_tools, 'aapt')
118 package_command = [aapt,
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 137 """Returns the path to aapt.
143 the pathname of the 'aapt' executable.
147 aapt_exe = glob.glob(os.path.join(sdk_home, 'build-tools', '*', 'aapt'))
152 def ApkMatchPackageName(aapt, apk_path, package_name):
156 aapt: pathname for the 'aapt' executable.
161 True if the package name matches or aapt is None, False otherwise.
163 if not aapt:
167 [aapt, 'dump', 'badging', apk_path]).split('\n')
  /development/build/tools/
windows_sdk.mk 34 aapt adb aidl \
  /build/core/
cleanbuild.mk 135 # A change in the list of aapt configs warrants an installclean, too.
config.mk 381 AAPT := $(HOST_OUT_EXECUTABLES)/aapt$(HOST_EXECUTABLE_SUFFIX)
Makefile     [all...]

Completed in 243 milliseconds