Commit Graph

73 Commits

Author SHA1 Message Date
Xavier Ducrohet
f5d811e71f Add Platform.CodeName to source.properties
This does not use the placeholder because it doesn't seem
to work when the platform loses its codename.

Change-Id: I98a828915fe23f2fb777e329289303f17b05a60e
2012-06-19 16:28:25 -07:00
Xavier Ducrohet
35c48dcfe1 Update SDK revision files.
Change-Id: Ib6e9e0c6a1aacef6e7a68d939318d901fb9b4bf3
2012-06-13 12:54:21 -07:00
Xavier Ducrohet
928c7d668e Add API 16 to the SDK API file.
Change-Id: I4937aa793fed5efc51e0c4ce127b7193148baa5e
2012-05-22 15:57:58 -07:00
Xavier Ducrohet
9649bee7b2 Update API file with proper content.
This doesn't contain API 16 just yet. This is just a new version
based on reading all the android.jar instead of the text-based
files.

This new mechanism filters out all methods coming from super
classes as well as interfaces in an effort to make the file
smaller.

Change-Id: Ieefa7d01c29944b2b77b22e8cb81ee2e67afd555
2012-05-22 15:24:18 -07:00
Xavier Ducrohet
8c12262936 Add flag indicating gpu support in emulator system image.
Change-Id: Ica0c02c4d65a3311254f3d46a71956044bf46b82
2012-03-21 17:00:21 -07:00
Raphael Moll
9516dc5aa1 SDK: generate repo using latest schemas when available.
This generates a repository in either v5 or v6 and adjusts
the name/vendor attributes accordingly.

This extracts the support extra in a separate 'repo-extras.xml'
which has an addon.xsd type instead of being a repository.xsd.

Requires sdk.git change Ib0363f06 to build properly.

Change-Id: I250fe7a3ec0dfa490778ae747a1a8f4e536bb395
2012-02-29 15:57:41 -08:00
Xavier Ducrohet
bea50d3562 SDK repo: use a template for samples/source.properties.
Use a template for samples/source.properties so that it automatically
picks up the current platform API level.

Also merges 52feec594a
("Update rev numbers of SDK packages.")

Change-Id: I89574842d2b0290cc6cf454f82a3721644cae0f0
2012-02-29 11:22:54 -08:00
Tor Norbye
9ada0ac8f4 Fix version metadata for java.lang.reflect.Field
Change-Id: Ic36c5a36270173fd7a17d649c71a914c6ffad7a0
2012-02-23 12:04:04 -08:00
Xavier Ducrohet
dadcdf59ce am 8a01c6a2: am c90d4c8a: am df458cb8: Fix api version file with proper data enum.
* commit '8a01c6a2675d2c5364935be64a8cf78d8bfb6487':
  Fix api version file with proper data enum.
2012-02-01 13:51:45 -08:00
Xavier Ducrohet
145dca00f1 am ae8a6098: am e11b2d6c: Update api version file with stripped generics info.
* commit 'ae8a60985b7335a651af037b17d7c870a5409ed3':
  Update api version file with stripped generics info.
2012-02-01 00:18:04 -08:00
Xavier Ducrohet
df458cb832 Fix api version file with proper data enum.
The generator tool was broken during the generics fix.

Change-Id: I7e375000ac52fba27af7992ffebb5858baf20b3a
2012-01-31 19:18:06 -08:00
Xavier Ducrohet
e11b2d6c9f Update api version file with stripped generics info.
Change-Id: Iac38c14115757cbfa75808ce5e476912da80543d
2012-01-31 15:44:27 -08:00
Xavier Ducrohet
f9f0224103 am 54ee466c: am d4f9372a: Merge "Move api.xml from tools/ to platform-tools/" into ics-mr1
* commit '54ee466c5389e0e9326258364a063e57e106ef5b':
  Move api.xml from tools/ to platform-tools/
2012-01-27 21:09:13 -08:00
Tor Norbye
82374f6d8d Move api.xml from tools/ to platform-tools/
The API database was generated with code in sdk/apicheck/.

Change-Id: I42559fb47716f8ea2ee2d836375b523644dfe41c
2012-01-27 11:59:10 -08:00
Xavier Ducrohet
e4627619b3 Move platform 15 sdk rev to 2. do not merge.
Change-Id: I8c3ab6cce4305afcd380b23ed0638169676d5d97
2012-01-11 17:08:18 -08:00
Xavier Ducrohet
cc0035973e am 53973805: am 56259594: Merge "Move support lib to rev 6." into ics-mr1
* commit '5397380528fdbb80e32094d1313d8ee308f8528c':
  Move support lib to rev 6.
2011-12-12 18:01:24 -08:00
Xavier Ducrohet
4a6b52bc98 Move support lib to rev 6.
Change-Id: Iad48f3d8b7d8399df4286f2a8995a079797d25ea
2011-12-12 17:00:09 -08:00
Xavier Ducrohet
ad13b6b62f Set proper version of API 15 in SDK files.
Change-Id: I5d3a5dd6b9bf9b54f964f9188263109056e60796
2011-12-08 14:39:46 -08:00
Xavier Ducrohet
2149b2a59e am e80c652a: am 2d003a27: am 2310657c: Move support lib to rev 5.
* commit 'e80c652add58f4491ffc4cd2c528a765b6c60975':
  Move support lib to rev 5.
2011-11-23 14:09:01 -08:00
Xavier Ducrohet
2d003a274d am 2310657c: Move support lib to rev 5.
* commit '2310657c422924ef91a845d16e562acf10bc2797':
  Move support lib to rev 5.
2011-11-23 14:04:31 -08:00
Xavier Ducrohet
2310657c42 Move support lib to rev 5.
Change-Id: I8163752e9913cdadd0d17a1ec2bbf6b8e7efa9ae
2011-11-23 14:01:59 -08: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
Raphael
d960df40f2 cherrypick 76bd108d from master. do not merge.
Change-Id: Ibb677f286b54a9dd593301a0f8b194d3b2dc58d1
SDK: update SDK to API 15
2011-11-03 15:42:39 -07:00
Raphael
76bd108da7 SDK: update SDK to API 15
Change-Id: Ie6eecb86c441ef71a0677884be4c9fdfcd2737de
2011-11-03 12:31:37 -07:00
Xavier Ducrohet
4001fcd436 am ded0dc05: Updated source.prop file for updated ICS SDK.
* commit 'ded0dc055f64492894445b76fdce060ae9b98b90':
  Updated source.prop file for updated ICS SDK.
2011-10-28 19:03:55 +00:00
Xavier Ducrohet
ded0dc055f Updated source.prop file for updated ICS SDK.
Change-Id: I935e8eb29ae52c56e4f897c69c808010b701e195
2011-10-28 11:27:07 -07:00
Xavier Ducrohet
1a9f6bf710 CherryPick 676e13 from master to mr0. do not merge.
Move the renderscript include files into platform-tools

The new unique compiler working for all target platforms requires to use
only the latest includes instead of using a different set per target
platforms.

By putting the include in the platform-tools, we ensure that they are
available no matter which platform has been donwloaded and are in sync
with the compiler.

Change-Id: Ib3e8e4e0b02956f60e7f1b4a2e8584a83a33d013
2011-10-24 13:14:51 -07:00
Xavier Ducrohet
676e13ff60 Move the renderscript include files into platform-tools
The new unique compiler working for all target platforms requires to use
only the latest includes instead of using a different set per target
platforms.

By putting the include in the platform-tools, we ensure that they are
available no matter which platform has been donwloaded and are in sync
with the compiler.

Change-Id: Ia5d3d155eeb45c546656123f8cc75d8efe6e631c
2011-10-21 16:25:21 -07:00
Raphael
2fc6ee6f97 SDK: Fix missing min-tools-rev in platform source props
Change-Id: I4a70baa0d33e82b2b15e71ecf66285f3401a3735
2011-10-19 11:08:40 -07:00
Xavier Ducrohet
d625e114ec Move ICS SDK packages to r1.
Change-Id: I3216a2f0f65bb8f500698c5d0c835235ecbc8608
2011-10-04 13:00:29 -07:00
Raphael Moll
f9acf6cc66 am 3d308aa2: SDK: generate support library package on build server.
* commit '3d308aa22cee717875943040f6323526d1fe5695':
  SDK: generate support library package on build server.
2011-10-03 10:08:32 -07:00
Raphael Moll
3d308aa22c SDK: generate support library package on build server.
Also fix packaging of system image (it had an extra root
directory in it, e.g. it was packaging android-4/armeabi-v7a/
instead of just armeabu-v7a/)

Change-Id: I0254b2680168d25103222f8871b2af37a7406b58
2011-10-01 23:44:08 -07:00
Xavier Ducrohet
f104022df7 Update SDK components to r2 for MR0.
Change-Id: I6029423c103609189226cd3ad09703f132dc0add
2011-09-30 10:16:01 -07:00
Xavier Ducrohet
3e132a1a26 Fix sdk source prop to include proper layoutlib api level.
Change-Id: I532503a2cc06f507e2176c2114867adbf9afe94a
2011-09-30 10:03:53 -07:00
Raphael Moll
da9eabde86 SDK: Generate source packages as part of 'make sdk_repo'
Change-Id: Iaea55bae22b2af95993d0f97023a015f2c5a5e77
2011-09-28 11:26:20 -07:00
Raphael Moll
4dedff68c2 SDK: generate system-image.zip in sdk_repo
Also:
- in the images_*_source.props, we can't have the platform
  version name (the human readable string). It's not a valid
  property of the XML.
- disable the included-abi in the platform.

Change-Id: I3db62fde5e436bbe8f8e69eb1495ca4e6b954ba2
2011-09-27 20:17:07 -07:00
Xavier Ducrohet
3a1eb8fc1c Cherry-pick 7fb4cc from master. do not merge.
Build SDK with the new location for the system image.

Change-Id: Ic632d4ef87171fd4ed3e1a5bed9693fb402065c0
2011-09-21 16:04:26 -07:00
Raphael Moll
3acd4823bb SDK: use XSD v5 props when generating repository packages.
This requires sdk.git Change-Id I6993d6c4 to build
(to enable the use of XSD v5).

Change-Id: If3beb09ae4eef3990caf661b2d4cfbdfd8a6f86a
2011-09-17 22:50:43 -07:00
Xavier Ducrohet
405c094032 Rename Compatibility into support and move it to rev 4. DO NOT MERGE.
Cherry-pick from master e98f22d

Change-Id: I165a7aeb429a4288d6f693a7613a4a102e21dd5b
2011-09-16 21:38:08 -07:00
Xavier Ducrohet
dda48a45e0 Move sdk components to API 14. DO NOT MERGE.
Cherry-pick from master 71be098

Change-Id: I9dc0245fdd19660a4b08d454892df02a02810749
2011-09-16 21:37:54 -07:00
Xavier Ducrohet
ca4d7f2f74 Remove llvm/api file matching. DO NOT MERGE
We are moving to a single llvm executable able to handle all
API levels so this file (helping select the llvm exe depending
on target API is not needed anymore).

Cherry-pick from master 73aa4b5

Change-Id: Icc9b035740679eacfa59d452f71e71355816f7be
2011-09-16 21:37:49 -07:00
Raphael
f31a96aa9f SDK packaging for unified llvm-rs-cc binary.
Change-Id: I73971ade5bddadd2f395d098e5a083a6f683c302
2011-09-08 16:42:12 -07:00
Xavier Ducrohet
d8245ecdb1 am e4354ba7: resolved conflicts for merge of d2819621 to honeycomb-plus-aosp
* commit 'e4354ba71e9ac21ff4e6864da7287db472c50e84':
  move platform tools to r8.
2011-08-03 18:16:39 -07:00
Xavier Ducrohet
e4354ba71e resolved conflicts for merge of d2819621 to honeycomb-plus-aosp
Change-Id: I2c84ffb40bd1db769b9ce271206c3b680a4e3179
2011-08-03 13:47:37 -07:00
Xavier Ducrohet
b7968a9871 move platform tools to r8.
Change-Id: I6ac8606db6721313af92241cf8bbe71175c0a705
2011-08-02 18:14:32 -07:00
Xavier Ducrohet
80770d5bc4 Update skin list.
Change-Id: Ic6f128f2ebc69a0cf639ccbe5c6c464375c8201c
2011-07-18 11:44:36 -07:00
Xavier Ducrohet
79aa3cea3a Prepare new plat-tools SDK component with 2 llvm versions.
The output of the platform tree build is llvm-rs-cc-2 and should
be used for apps targeting 12+. This is encoded in llvm-rs-cc.txt

The older (HC) version of llvm-rs-cc is copied from the prebuilt
and is used for apps targeting 11+.

Until new tools that can read/process llvm-rs-cc.txt are released,
old tools will use the HC version of llvm-rs-cc which ensure
proper compatibility.

Change-Id: Iddb924409cc9238531bf1a0448b14b7eac3396a5
2011-06-22 15:27:44 -07:00
Xavier Ducrohet
47d88948c9 Update sdk files for the mr2 sdk.
Change-Id: Ia40fc45be7be93fbe12103f057f50b99fe6e2797
2011-06-15 15:30:27 -07:00
Xavier Ducrohet
80f8442291 Add v13 to the compatibility package.
Also remove ApiDemos from the package and instead
add each library-specific sample app to each v##
folder.

Change-Id: I2932bbb91c7122c122973902d1fcd159ca899381
2011-06-06 19:21:45 -07:00
Xavier Ducrohet
7748c429c9 Updated revision for the compatibility library.
Change-Id: I217fd11dc2458490e6981e9f614ce5770ba329c1
2011-05-18 13:36:36 -07:00