Move SDK system-image source.prop_templates in their own folder.
This allows to have a different rule to generate the source.properties
based on the templates and place them in a directory that depends on
the current target CPU ABI. In turn this prevents the build from
mixing different source.props when building different targets.
(cherry picked from commit 26bcf6a511)
Change-Id: I6e424c16fba17f5d2f37742b7d32208b126bea77
This commit is contained in:
committed by
Raphael Moll
parent
e6174a6e97
commit
1669109705
@@ -205,9 +205,9 @@ endif
|
||||
# -----------------------------------------------------------------
|
||||
# Rules for the SDK Repository XML
|
||||
|
||||
SDK_REPO_XML := $(HOST_OUT)/sdk/repository.xml
|
||||
SDK_EXTRAS_XML := $(HOST_OUT)/sdk/repo-extras.xml
|
||||
SDK_SYSIMG_XML := $(HOST_OUT)/sdk/repo-sys-img.xml
|
||||
SDK_REPO_XML := $(MAIN_SDK_DIR)/repository.xml
|
||||
SDK_EXTRAS_XML := $(MAIN_SDK_DIR)/repo-extras.xml
|
||||
SDK_SYSIMG_XML := $(MAIN_SDK_DIR)/repo-sys-img.xml
|
||||
|
||||
ifneq ($(SDK_REPO_XML_ARGS),)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user