Commit Graph

7 Commits

Author SHA1 Message Date
Anton Hansson
b6edd7aa51 Add sdk extension version info to prop templates
This adds two new properties alongside AndroidVersion.ApiLevel:
- AndroidVersion.ExtensionLevel: The sdk extension version if the SDK
- AndroidVersion.IsBaseSdk: Whether the extension level is the the one
  that the ApiLevel shipped with (true), or if is an extension SDK
  release (false).

While we're here, dedupe the recipe that processes these templates.

Bug: 195281582
Test: m out/host/linux-x86/development/sdk/platform_source.properties
      and inspect the substitution is working
Merged-In: Ieea20731aed2e0f35bbe4cfd8ca596cf11f4b3bc
Change-Id: Ieea20731aed2e0f35bbe4cfd8ca596cf11f4b3bc
2021-08-26 17:11:15 +01:00
bohu
0f55ca5a3b Merge "Emulator: reset revision to 1 for N SDK system images" into nyc-dev am: 7643dcbd15
am: e8a5a9baa2

* commit 'e8a5a9baa2f7e12c198e832aae7089bf663f7d97':
  Emulator: reset revision to 1 for N SDK system images
2016-02-29 23:16:18 +00:00
bohu
5e335fa941 Emulator: reset revision to 1 for N SDK system images
This is for AOSP system images.

Change-Id: I1c87c83512e3393076c06d71cd5efb91441626d6
2016-02-24 07:46:00 -08:00
Fabien Sanglard
a2dfe35094 Add properties to source.properties for ADRT
ADRT (go/adrt) ise fully automated and therefore expects certain
properties in the file "source.properties". This CD adds expected
fields:

SystemImage.TagId
SystemImage.TagDisplay

Change-Id: I6fdde9256a6f1c257103072358915853679183d2
2016-02-22 17:21:03 -08:00
Xavier Ducrohet
749995dc8c Update SDK Preview versions.
Change-Id: I2d20f7a8a4b201155045f16b42bd858b44181400
2015-06-17 17:24:16 -07:00
Duane Sand
4ef10dadba Mips system image also supports gpu.
Apply Ducrohet's Mar 21 2012 change
"Add flag indicating gpu support in emulator system image."
to Mips system images, also.

Change-Id: I1e087479df205e878aef52173db95ac19176dcaf
2015-02-04 16:34:22 -08:00
Raphael Moll
26bcf6a511 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
2014-06-03 17:30:16 -07:00