Loading core/package_internal.mk +3 −3 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ endif include $(BUILD_SYSTEM)/force_aapt2.mk # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk package_resource_overlays := $(strip \ $(wildcard $(foreach dir, $(PRODUCT_PACKAGE_OVERLAYS), \ $(addprefix $(dir)/, $(LOCAL_RESOURCE_DIR)))) \ Loading Loading @@ -316,9 +319,6 @@ LOCAL_RESOURCE_DIR := $(data_binding_res_out) LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.databinding.library endif # LOCAL_DATA_BINDING # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk # If the module is a compressed module, we don't pre-opt it because its final # installation location will be the data partition. ifdef LOCAL_COMPRESSED_MODULE Loading core/static_java_library.mk +3 −3 Original line number Diff line number Diff line Loading @@ -28,15 +28,15 @@ intermediates.COMMON := $(call local-intermediates-dir,COMMON) my_res_package := # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk include $(BUILD_SYSTEM)/force_aapt2.mk ifdef LOCAL_AAPT2_ONLY LOCAL_USE_AAPT2 := true endif # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk # Hack to build static Java library with Android resource # See bug 5714516 all_resources := Loading Loading
core/package_internal.mk +3 −3 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ endif include $(BUILD_SYSTEM)/force_aapt2.mk # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk package_resource_overlays := $(strip \ $(wildcard $(foreach dir, $(PRODUCT_PACKAGE_OVERLAYS), \ $(addprefix $(dir)/, $(LOCAL_RESOURCE_DIR)))) \ Loading Loading @@ -316,9 +319,6 @@ LOCAL_RESOURCE_DIR := $(data_binding_res_out) LOCAL_AAPT_FLAGS += --auto-add-overlay --extra-packages com.android.databinding.library endif # LOCAL_DATA_BINDING # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk # If the module is a compressed module, we don't pre-opt it because its final # installation location will be the data partition. ifdef LOCAL_COMPRESSED_MODULE Loading
core/static_java_library.mk +3 −3 Original line number Diff line number Diff line Loading @@ -28,15 +28,15 @@ intermediates.COMMON := $(call local-intermediates-dir,COMMON) my_res_package := # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk include $(BUILD_SYSTEM)/force_aapt2.mk ifdef LOCAL_AAPT2_ONLY LOCAL_USE_AAPT2 := true endif # Process Support Library dependencies. include $(BUILD_SYSTEM)/support_libraries.mk # Hack to build static Java library with Android resource # See bug 5714516 all_resources := Loading