Home | History | Annotate | Download | only in core

Lines Matching refs:aapt2

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.
28 $(eval o := $(call aapt2-compiled-resource-out-file,$(r),$(my_compiled_res_base_dir)))\
29 $(eval $(call aapt2-compile-one-resource-file-rule,$(r),$(o)))\
34 $(eval o := $(call aapt2-compiled-resource-out-file,$(r),$(my_compiled_res_base_dir)))\
35 $(eval $(call aapt2-compile-one-resource-file-rule,$(r),$(o)))\
43 $(my_generated_resources_flata) : $(my_generated_res_dirs_deps) $(AAPT2)
44 @echo "AAPT2 compile $@ <- $(PRIVATE_SOURCE_RES_DIRS)"
45 $(call aapt2-compile-resource-dirs)
76 $(AAPT2)
77 @echo "AAPT2 link $@"
78 $(call aapt2-link)