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

  /build/make/core/tasks/
find-shareduid-violation.mk 30 $(shareduid_violation_modules_filename): $(AAPT2)
31 $(find_shareduid_script) $(PRODUCT_OUT) $(AAPT2) > $@
  /build/make/core/
aapt2.mk 2 # Compile resource with AAPT2
13 # - my_generated_res_dirs: Resources generated during the build process and we have to compile them in a single run of aapt2.
29 $(eval o := $(call aapt2-compiled-resource-out-file,$(r),$(my_compiled_res_base_dir)))\
30 $(eval $(call aapt2-compile-one-resource-file-rule,$(r),$(o)))\
35 $(eval o := $(call aapt2-compiled-resource-out-file,$(r),$(my_compiled_res_base_dir)))\
36 $(eval $(call aapt2-compile-one-resource-file-rule,$(r),$(o)))\
44 $(my_generated_resources_flata) : $(my_generated_res_dirs_deps) $(AAPT2)
45 @echo "AAPT2 compile $@ <- $(PRIVATE_SOURCE_RES_DIRS)"
46 $(call aapt2-compile-resource-dirs)
55 $(my_zipped_resources_flata) : $(my_generated_res_zips) $(AAPT2) $(ZIPSYNC
    [all...]
app_prebuilt_internal.mk 204 $(built_module) : $(AAPT2)
222 $(call appcompat-header, aapt2)
package_internal.mk 180 # In aapt2 the last takes precedence.
218 # Always run aapt2, because we need to at least compile the AndroidManifest.xml.
372 ## AAPT/AAPT2
384 # Add AAPT2 link specific flags.
390 include $(BUILD_SYSTEM)/aapt2.mk
600 $(LOCAL_BUILT_MODULE) : $(my_res_package) $(AAPT2) | $(ACP)
649 $(call appcompat-header, aapt2)
670 $(my_package_res_pb): $(my_res_package) $(AAPT2)
671 $(AAPT2) convert --output-format proto $< -o $@
definitions.mk     [all...]
config.mk 485 AAPT2 := $(HOST_OUT_EXECUTABLES)/aapt2
494 AAPT2 := $(prebuilt_sdk_tools_bin)/aapt2
    [all...]
  /cts/tests/app/app1/
Android.mk 51 # Disable AAPT2 manifest checks to fix:
53 # TODO(b/79755007): Remove when AAPT2 recognizes the manifest elements.
  /cts/tests/app/app2/
Android.mk 51 # Disable AAPT2 manifest checks to fix:
53 # TODO(b/79755007): Remove when AAPT2 recognizes the manifest elements.
  /cts/tests/app/app3/
Android.mk 51 # Disable AAPT2 manifest checks to fix:
53 # TODO(b/79755007): Remove when AAPT2 recognizes the manifest elements.
  /build/soong/cmd/pom2mk/
pom2mk.go 347 aar libraries can be linked against when using AAPT2.
  /build/soong/cmd/pom2bp/
pom2bp.go 459 aar libraries can be linked against when using AAPT2.

Completed in 269 milliseconds