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
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
|
|
Pkg.UserSrc=false
|
|
Pkg.Revision=1
|
|
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
|
|
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
|
|
SystemImage.Abi=mips
|
|
SystemImage.TagId=default
|
|
|