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
Conflicts:
build/sdk-android-arm64-v8a.atree
build/sdk-android-x86.atree
build/sdk-android-x86_64.atree
sys-img/images_arm64-v8a_source.prop_template
sys-img/images_x86_64_source.prop_template
The latest version of the repository XSD changes:
- archive attributes (os/arch) are now element (host-os)
- system images are not longer in the repository.xml and
get their own XML file.
(cherry picked from commit ea40d2f4c5)
Change-Id: Id0363c446014a96a7f78c8e5500fae6092e97dc3
System images are in 19 rev 2 for MR1 (since they have minor.major)
platform-tools: update the API diff file that lint uses (not automated yet.)
build-tools: llvm-rs-cc issue affecting RS NDK mode in Gradle.
Note that support is set to 19.0.1 which means it will have to be
released using the new addon.xsd format that allows extras to have a
major.micro.minor format. That will be an interesting way to test this
feature.
Change-Id: Id755770f8a121edffa36e0fcb70488c452087440
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.
It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.
This file was updated recently, but a few more APIs have changed
since then, so I regenerated it with the latest android.jar
snapshot.
Change-Id: If36a1df74c6bfabd9874a9d94b3725bf56bffcaa
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.
It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.
This file was updated recently, but a few more APIs have changed
since then, so I regenerated it with the latest android.jar
snapshot.
Change-Id: I93b14fcd2e692aa607bbefade46f6f42ae144864
This CL updates the api-versions.xml file, which is a file
used by Lint API check to check which API version each class,
field and method reference was introduced in.
It is generated by running sdk/apigenerator on an SDK install
which has android.jar from all 19 releases of Android installed.
This diff shows some methods getting removed from API 18 which
apparently were not in API 18; the last revision of the file
must have been run on a non-final version of the platform.
Change-Id: If08e4e9f08ae7fecbe938c1e928ad8698ed4025a
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
The new llvm-rs-cc compiler is not statically linked
anymore so those libraries are needed.
Also add the new support stuff.
Change-Id: I4d56f0b07f0f0f120b512726689ae4ff07f38322