Commit Graph

7 Commits

Author SHA1 Message Date
Anton Hansson
48c492ed9f 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
Change-Id: Ieea20731aed2e0f35bbe4cfd8ca596cf11f4b3bc
Merged-In: Ieea20731aed2e0f35bbe4cfd8ca596cf11f4b3bc
(cherry picked from commit cf2f42c36b7997e9ce87682bb3a5511bdb72936f)
2021-08-31 17:42:12 +00:00
Deepanshu Gupta
40bd1993ed Update revision for layoutlib and docs.
Change-Id: Ida1f3b6feea6932ff8ff97a10f307acc8d1e9b85
2015-08-12 14:08:32 -07:00
Xavier Ducrohet
a58a751c91 Update revision for next SDK Preview.
Change-Id: Ic55aeb466c0193935ac8068162156086ec0cb6bf
2015-07-23 17:50:47 -07:00
Xavier Ducrohet
749995dc8c Update SDK Preview versions.
Change-Id: I2d20f7a8a4b201155045f16b42bd858b44181400
2015-06-17 17:24:16 -07:00
Raphael Moll
f2f8671a92 Update Android SDK properties for KLP
Change-Id: I301d300f2e2e2b828ad4f398f3450d09f9329f7f
2013-10-09 14:14:47 -07:00
Raphael Moll
f19416c388 Update SDK doc API 18 package to revision 2.
Summary: method getDhcpInfo() is being un-deprecated and
a new version of API 18 doc should be released for the SDK.

Bug: 10003785
Change-Id: I8f790f21ade23c8894046c27ad9027fc7cb42687
2013-10-04 15:05:32 -07:00
Raphael
d79eab5a39 SDK: source.properties templates.
This adds support for "templates" source.properties files that can
inherit the platform version/codename/api level from the build.

The purpose is for a given build to always generate SDK files that
match the platform generated in the same branch.

Change-Id: Id623bbef45a04d953da8eade7e8c34c77709f9c3
2011-11-15 16:56:17 -08:00