Commit Graph

165 Commits

Author SHA1 Message Date
Siva Velusamy
05467d3526 Update revision of Android SDK USB driver for Windows
Rev 11 adds Project Tango (generic) drivers

Change-Id: Idfb99426ec3553fee2a8d2ec2d04dba029732ebe
2014-09-10 14:18:24 -07:00
Raphael Moll
4f8a38ed7a Generate api-versions.xml for lint.
Depends on:
- tools/base      I747d27e998c6dbd61dd17c44bfc747c9542e33d1
- tools/buildSrc  I400f4b6c146836ba30e6e7985ca6c9894985a8cb
- prebuilts/tools Ia4b0c477cf6f4788de610be017a9f5b43d73486c

Change-Id: I3f791d5e1d0ea893cdb5969854d9ae99d5fbb5b7
2014-06-09 15:59:58 -07:00
Raphael Moll
700c6fd81d Android USB driver: support 4EE7 (Nexus adb only).
Bug: b/14988808
Change-Id: Ib855f063c949649c059da09483f782d09fbf3d2c
2014-06-06 12:50:21 -07: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
Raphael Moll
37433ac223 Add Build-Tools runtime.properties file.
Change-Id: I5addf44a2ea3dbb91df5a49f6fcb10e75047fa82
2014-06-03 13:46:51 -07:00
Raphael Moll
937cfb4260 am 6e56697c: Merge "Ability to generate SDK system-images for arm64 and x86_64"
* commit '6e56697cb229cd8c163583a03259a6787f60a84a':
  Ability to generate SDK system-images for arm64 and x86_64
2014-05-28 01:57:55 +00:00
Raphael Moll
4986fd4fdd Ability to generate SDK system-images for arm64 and x86_64
(Cherry-picked from 40c7126e7c)

Change-Id: I2715a668271ed88fcd0c8c97ac35d05fcdd34a06
2014-05-27 16:10:14 -07:00
Raphael Moll
261307bebe resolved conflicts for merge of bf164835 to stage-aosp-master
Change-Id: I3c380b1ddae5e088985513398d7eb6274d8426eb
2014-05-20 16:29:29 -07:00
Raphael Moll
e9a7920ca4 Fix SDK build.
development's sdk.atree depends on the generated file
/sdk/files/sdk_files_NOTICE.txt which was accumulating
all the tools notices.

However this file isn't generated anymore.
This replaces it by a static file.

This is only good as a temporary measure to fix the build.
The proper fix is to recreate the SDK rule to generate the
combined NOTICE.txt and move it in development.git

Change-Id: I27e4f38e756b81b002d16dfac5ccaa54a4463786
2014-05-20 14:10:47 -07:00
Raphael Moll
8aa49aef8a am f9f829e5: Merge "SDK: support generating repository XML with latest XSD."
* commit 'f9f829e51afe3906458a81cb4efb75a051c64c04':
  SDK: support generating repository XML with latest XSD.
2014-05-16 20:09:40 +00:00
Raphael Moll
ea40d2f4c5 SDK: support generating repository XML with latest XSD.
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.

Change-Id: If5820a84d5c754b816b17b5713bbdb2597736eff
2014-05-15 17:49:02 -07:00
Raphael Moll
5cdebab383 am 56142356: Merge "Update revision of Android SDK USB driver for Windows."
* commit '561423569c11698698450b87a91c7a94d5077e5f':
  Update revision of Android SDK USB driver for Windows.
2014-03-06 22:58:22 +00:00
Raphael Moll
8221674986 Update revision of Android SDK USB driver for Windows.
Rev 9 adds the Glass PID.

Change-Id: I1ec7985b9715d813f6442dad41a27233d8dd4822
2014-01-30 10:16:57 -08:00
Xavier Ducrohet
0a56aecdbb Update build tools to 19.0.2
Change-Id: I339c292aece1101a6afaf89db20a9d985427e561
2014-01-02 16:24:41 -08:00
Raphael Moll
3519ce6eb3 Adjust SDK revisions for KLP MR1 for platform and samples
Platform changes from 19 r1 to 19 r2.
Samples  changes from 19 r1 to 19 r2.

Change-Id: Ia391fef04468211f460f3e8d6ab83e0a4dc12a70
2013-11-27 13:11:16 -08:00
Xavier Ducrohet
888bd6a124 Merge "Prepare SDK for KLP MR1. Do not merge." into klp-dev 2013-11-26 19:48:45 +00:00
Tor Norbye
dff8282839 Update api-versions.xml for latest API changes
Change-Id: Id979db34a83da704df38c1250fb946baf928650b
2013-11-20 14:41:01 -08:00
Raphael Moll
e3d7035cd5 Prepare SDK for KLP MR1. Do not merge.
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
2013-11-15 20:58:19 -08:00
Tor Norbye
15a65401a8 Update the api-version.xml file to reflect KitKat recent changes
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
2013-10-24 09:43:20 -07:00
Tor Norbye
f105e9b824 Update the api-version.xml file to reflect KitKat recent changes
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
2013-10-16 10:56:58 -07:00
Tor Norbye
bc9875e27c Merge "Update the api-versions.xml file for KitKat" into klp-dev 2013-10-10 20:08:13 +00:00
Raphael Moll
f2f8671a92 Update Android SDK properties for KLP
Change-Id: I301d300f2e2e2b828ad4f398f3450d09f9329f7f
2013-10-09 14:14:47 -07:00
Tor Norbye
a25bbc368f Update the api-versions.xml file for KitKat
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
2013-10-08 18:16:30 -07:00
Raphael Moll
1961f43f44 am 5dec426d: am 4662baea: am f19416c3: Update SDK doc API 18 package to revision 2.
* commit '5dec426dc2594faa5269682eb7cb73a9994a6072':
  Update SDK doc API 18 package to revision 2.
2013-10-06 17:11:03 -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
Xavier Ducrohet
1bd3e86304 Fix build-tools version. do not merge.
Change-Id: I28bc6fe53b8cf92fde49845c7fc0ffeccf58b937
2013-09-03 12:04:38 -07:00
Xavier Ducrohet
f01dda325b Update platform revision. DO NOT MERGE.
Change-Id: Id49c7f47e81b000255de8eb8a02d1c74146bfdad
2013-08-30 10:13:32 -07:00
Xavier Ducrohet
f46f1a979b Move build tools version to 18.1.0 - do not merge.
Change-Id: I3a18a0c43d67770d3c52344597c28b7644446647
2013-08-12 10:22:22 -07:00
Xavier Ducrohet
0e67037f91 Update sdk system image to rev 2. do not merge.
Change-Id: Ib0b7d230ba22a40177f82efd6792a3ad551a7836
2013-08-12 09:43:19 -07:00
Siva Velusamy
fb7ec3f168 Update platform tools version from 18.0.0 to 18.0.1
systrace is now present in platform-tools

Change-Id: Ib1c418bd47f03d3cfb6a5cd41c9033b81ab08ef9
2013-07-25 14:02:26 -07:00
Xavier Ducrohet
afda1d33de Add dynamic libraries for renderscript.
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
2013-07-25 12:24:21 -07:00
Raphael Moll
28b60d8211 Merge "SDK: Windows USB driver rev 8." 2013-07-12 21:38:50 +00:00
Raphael Moll
4ea71d80a5 Merge "Use prop_templates for build_tools, plat_tools & support source.properties." 2013-07-12 21:38:21 +00:00
Raphael Moll
4bc66d0f85 SDK: Windows USB driver rev 8.
Fixes for Nexus 7 and generic PIDs.

SDK Bugs: b/6494263, b/9322844

Change-Id: I40ea1d1abdb557dd7c67873ac592cbc2320754d5
2013-07-10 12:38:55 -07:00
Xavier Ducrohet
fa1d3cae58 am 136698a4: am 8707c92b: Merge "Update the SDK API Data." into jb-mr2-dev
* commit '136698a4ff7a46eb5d7857d1e8bd4fc1afcc8463':
  Update the SDK API Data.
2013-06-12 11:08:42 -07:00
Xavier Ducrohet
8f1a2bdf5a Update the SDK API Data.
This is necesary for Lint to handle API 18.

Change-Id: Ida60df3f9149fdb9a4835752b1a9c3e6a3d75082
2013-06-12 10:09:42 -07:00
Xavier Ducrohet
298c00f935 Fix support version.
Should still be 18.0.0 but looks like the schemas doesn't support this (yet?).

Change-Id: I2bf61debad74b04ea3678b3226c833abb197ca8f
2013-06-10 17:04:19 -07:00
Raphael Moll
c1f35803d2 Use prop_templates for build_tools, plat_tools & support source.properties.
Change-Id: I49d054f55908ae63c862774f0a7dce9106bc0d7c
2013-06-10 15:32:42 -07:00
Xavier Ducrohet
128ca67932 Update revision of SDK component for the new release. do not merge.
Change-Id: Id48d7fa1847af58bf8d23ce127ef42b4103db74d
2013-06-10 15:25:36 -07:00
Raphael Moll
9ca69cf21f SDK: Generate build-tools package.
(cherry-picked from bc7c8c5fc5)

Change-Id: I36e9ee9a9486da18704428ce5225934a6a308029
2013-03-22 13:38:56 -07:00
Raphael Moll
a7a51a397e resolved conflicts for merge of 9583d2ed to jb-mr2-dev
Change-Id: Ib6c5f18a2b6429ef8bbca577e8cabcab26dc6ca1
2013-03-22 13:05:32 -07:00
Raphael Moll
9583d2ed3a am d738f0d7: Merge "SDK: Build/Platform-tools revision 17."
* commit 'd738f0d746d66930074fcdbddc4cd4f134bd62a9':
  SDK: Build/Platform-tools revision 17.
2013-03-22 12:57:33 -07:00
Raphael Moll
d59536eae6 SDK: Build/Platform-tools revision 17.
The new layout is actually a major change.

Change-Id: I835fa68db78cd1843254154466f61f48bf6d71d0
2013-03-22 11:18:05 -07:00
Raphael Moll
bc7c8c5fc5 SDK: Generate build-tools package.
Change-Id: I36e9ee9a9486da18704428ce5225934a6a308029
2013-03-22 10:29:15 -07:00
Raphael Moll
cc8a21a276 SDK: Generate build-tools package. DO NOT MERGE.
Change-Id: I6ae3757f947e927ea09b637e552834e17f70dc44
2013-03-20 16:43:47 -07:00
Xavier Ducrohet
7b7aca60ba Move rev for 2 for API 17 and 12 for support. do not merge.
Change-Id: I8b3b1a964fb523bb2906cc15264914ffad147648
2013-02-12 09:27:51 -08:00
Xavier Ducrohet
bf323d72b7 Update platform tools rev to 16.0.2
Change-Id: I814294bc9374f6194671eb173bd9942908db3848
2013-01-02 12:28:36 -08:00
Xavier Ducrohet
0e61ea6f39 Move plat-tools SDK component rev to 16.0.1
Change-Id: Id04fb83c09190bdb1a1b0c685c2c7db3ada8c47d
2012-11-30 13:54:11 -08:00
Xavier Ducrohet
85c1f0880d revert API 17 system image to rev 1.
Change-Id: I6e28fd4567f8c99eaca86b328d10d616317cf5d8
2012-11-06 15:27:49 -08:00
Xavier Ducrohet
529393a5da Update API text file.
Change-Id: I9513b88373e893d8f16092d1735e6eb0bb7ea34b
2012-11-05 17:09:52 -08:00