diff options
author | Raphael Moll <ralf@android.com> | 2014-06-03 10:44:56 -0700 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2014-06-03 17:30:16 -0700 |
commit | 26bcf6a51141fa9dec7df8b932835ccd7b1ab182 (patch) | |
tree | f882aec45c05c8862b6d7bac1e9313beaf933904 /sys-img/images_arm64-v8a_source.prop_template | |
parent | 37433ac223c1298ea359a5e72b6d17837106c89f (diff) | |
download | android_development-26bcf6a51141fa9dec7df8b932835ccd7b1ab182.tar.gz android_development-26bcf6a51141fa9dec7df8b932835ccd7b1ab182.tar.bz2 android_development-26bcf6a51141fa9dec7df8b932835ccd7b1ab182.zip |
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.
Change-Id: I4a1d9f47426c94f376947ddae8be9f5549331616
Diffstat (limited to 'sys-img/images_arm64-v8a_source.prop_template')
-rw-r--r-- | sys-img/images_arm64-v8a_source.prop_template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-img/images_arm64-v8a_source.prop_template b/sys-img/images_arm64-v8a_source.prop_template new file mode 100644 index 000000000..1a18cf874 --- /dev/null +++ b/sys-img/images_arm64-v8a_source.prop_template @@ -0,0 +1,9 @@ +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=${TARGET_CPU_ABI} +SystemImage.GpuSupport=true +SystemImage.TagId=default + |