Xavier Ducrohet
67b7a3a3fc
Merge "Remove .so from the windows build-tools." into jb-mr2-dev
2013-07-25 19:50:17 +00:00
Xavier Ducrohet
9368498dc3
Remove .so from the windows build-tools.
...
Change-Id: I7c8610a5c4aec36bcdf56607189e273944738124
2013-07-25 12:36:16 -07:00
Xavier Ducrohet
1fda188905
Merge "Add dynamic libraries for renderscript." into jb-mr2-dev
2013-07-25 19:30:53 +00: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
Trevor Johns
2a4aa3cd5d
Remove AppRestrictions and BluetoothLeGatt samples
...
These have been moved to the new samples repository in
developers/samples/android.
Change-Id: I77312ea146ccb47ec8ecf38c9448149ec4c34962
2013-07-24 12:36:28 -07:00
Joe Fernandez
f8a92396ba
Merge "docs: Redirect Support Library page to new location" into jb-mr2-dev
2013-07-24 06:14:57 +00:00
Joe Fernandez
0178565349
docs: Redirect Support Library page to new location
...
Change-Id: I49b3a7ed9e7c9499ca76e3d50ca02454ac5846cb
2013-07-23 21:52:49 -07:00
Raphael Moll
cea9fb7b4a
Add bcc_compat to Windows whitelist.
...
Change-Id: I2b877d9fba8b0dc258a4dfd282bff0d21b77af0f
(cherry picked from commit 2fdc05f83e )
2013-07-23 23:53:05 +00:00
Trevor Johns
af0ab077f3
Remove samples/legacy from sdk.atree
...
This directory is only on my local machine, and doesn't
really exist. :)
Change-Id: Iea29b3f06fd089a5dca0f990cca058d9c2e7179b
2013-07-23 16:03:08 -07:00
Trevor Johns
1ffb35074a
Add new sample tree to SDK build
...
Old samples will live in samples/${PLATFORM_NAME}/legacy.
New samples are sorted by category, and come from
developers/samples/android.
Change-Id: I573ba4f58d701eac4896ae795d041cae4b9a9794
2013-07-23 15:54:23 -07:00
Xavier Ducrohet
b7ed7bec1f
Add support-v4 to the appcompat lib.
...
Change-Id: I2676ca4705e5dca15388e3759ba3a644fbae2b9b
2013-07-23 12:31:50 -07:00
Siva Velusamy
31cc1650cf
Merge "Release systrace into platform-tools" into jb-mr2-dev
2013-07-22 20:53:51 +00:00
Fred Chung
19dd9d200c
Merge "Removed redundant launcher icon reference." into jb-mr2-dev
2013-07-22 18:37:53 +00:00
Fred Chung
6758cf0530
Removed redundant launcher icon reference.
...
Change-Id: I637736a97744db79e803e1fba4b5c0bd993e4e53
2013-07-22 11:33:02 -07:00
Fred Chung
63bc4aaf4c
Merge "App restriction for restricted profile sample." into jb-mr2-dev
2013-07-22 18:25:54 +00:00
Fred Chung
b71371d3af
App restriction for restricted profile sample.
...
This sample demonstrates how to expose restrictions for a restricted user on a multiuser device. This feature is available on Android 4.3 (API level 18) and above platforms.
Change-Id: I4ef1bbda8e530dd8370d754de814fce96eaae1f1
2013-07-21 23:19:18 -07:00
Siva Velusamy
28f992a9cd
Release systrace into platform-tools
...
Change-Id: Id05c92f96ecb38c5a056d51ba86ea2e91a45733d
2013-07-19 15:05:24 -07:00
Dirk Dougherty
c821270d71
am 80f50242: am d06f4e32: am 6ac22572: Update appengine server to handle \'@\'.
...
* commit '80f50242895afb4b43b231af5e78fcc8c5004206':
Update appengine server to handle '@'.
2013-07-17 10:24:47 -07:00
Dirk Dougherty
80f5024289
am d06f4e32: am 6ac22572: Update appengine server to handle \'@\'.
...
* commit 'd06f4e3287483de270c9ea7a19acdff24efa1cb0':
Update appengine server to handle '@'.
2013-07-17 10:22:32 -07:00
Dirk Dougherty
d06f4e3287
am 6ac22572: Update appengine server to handle \'@\'.
...
* commit '6ac22572e589d4cab6f2015aa63212d4c7c2a903':
Update appengine server to handle '@'.
2013-07-17 10:19:51 -07:00
Dirk Dougherty
6ac22572e5
Update appengine server to handle '@'.
...
Change-Id: Ic06686f94d8cff822808e30034b102e859833454
2013-07-17 10:08:27 -07:00
Jesse Hall
4b57125309
Merge "Load ES3 functions with eglGetProcAddress, not dlsym" into jb-mr2-dev
2013-07-10 16:32:48 +00:00
Jeff Brown
8b51a39fda
Merge "Revert "Remove mediarouter v7 support library from SDK."" into jb-mr2-dev
2013-07-09 23:44:58 +00:00
Jesse Hall
b7a2e33c11
Load ES3 functions with eglGetProcAddress, not dlsym
...
Using dlopen/dlsym works, but eglGetProcAddress is a little easier and
more consistent with how GL extension functions (rather than these
non-extension functions) are loaded.
Change-Id: I082c193f08f7d5456389ab783a06cd38a9632d53
2013-07-09 11:31:33 -07:00
Jeff Brown
a18be3116a
Revert "Remove mediarouter v7 support library from SDK."
...
This reverts commit 408c184614 .
Bug: 9425325
Change-Id: I340364c43f3040b454894e55a94be236ff999ce6
2013-07-09 00:35:10 +00:00
Fred Chung
7167a054a8
Bluetooth LE sample.
...
This sample demonstrates how to communicate with a Generic Attribute Profile (GATT) server over
Bluetooth Low Energy. This feature is available on Android 4.3 (API level 18) and above
platforms.
You can test this sample app using any Bluetooth Low Energy-capable devices. If the device
supports the Heart Rate Profile, the app will parse and display the heart rate.
Change-Id: I69a4955cb9929f837e81ad1c19145ff45bdd27ec
2013-07-08 13:22:56 -07:00
Jesse Hall
163e7c5e50
Merge "Add a sample showing how to use OpenGL ES 3.0" into jb-mr2-dev
2013-06-30 04:07:40 +00:00
Jesse Hall
5e42792955
Merge "Add GLESv3 to future NDK release" into jb-mr2-dev
2013-06-30 04:01:42 +00:00
Dirk Dougherty
711343d467
am f3136431: am 6dcbcb7a: am 90b9ab16: Merge commit \'b1637825\' into manualmerge
...
* commit 'f3136431df3319c415fde335f172f55f0d74494f':
Adjust the redirects for edu and a couple others.
2013-06-26 11:07:45 -07:00
Dirk Dougherty
f3136431df
am 6dcbcb7a: am 90b9ab16: Merge commit \'b1637825\' into manualmerge
...
* commit '6dcbcb7a539a7704672cc22dba3ac12cf5622b36':
Adjust the redirects for edu and a couple others.
2013-06-26 11:05:13 -07:00
Dirk Dougherty
6dcbcb7a53
am 90b9ab16: Merge commit \'b1637825\' into manualmerge
...
* commit '90b9ab16f9f8730f69905f56055c5364d26ce888':
Adjust the redirects for edu and a couple others.
2013-06-26 11:02:54 -07:00
Dirk Dougherty
90b9ab16f9
Merge commit 'b1637825' into manualmerge
...
Conflicts:
scripts/app_engine_server/redirects.yaml
Change-Id: If68fc5e8461f3f9d63d00cc251e4bed2531d7025
2013-06-26 10:58:30 -07:00
Dirk Dougherty
b1637825c1
am 392804d0: Adjust the redirects for edu and a couple others.
...
* commit '392804d01ce967c5ec4d00b710c7664f42c3d736':
Adjust the redirects for edu and a couple others.
2013-06-26 10:40:48 -07:00
Dirk Dougherty
392804d01c
Adjust the redirects for edu and a couple others.
...
Change-Id: I95049ad68a4ecc31354f9e97e10d83114be8bb78
2013-06-26 10:34:59 -07:00
Jesse Hall
a451b018f6
Add a sample showing how to use OpenGL ES 3.0
...
Change-Id: If834a23ad3ad2164e6fdc40f865ee28cfa93de7e
2013-06-24 11:12:42 -07:00
Jesse Hall
c05863dac1
Add GLESv3 to future NDK release
...
* Headers were copied from frameworks/native/opengl/include/GLES3/.
* Symbol lists were generated with ndk/build/tools/gen-system-symbols.sh.
* Symbols are identical between architectures
Change-Id: I011094ea3b479cf166ffb6bef3778cde683fc502
2013-06-18 10:19:36 -07:00
Robert Ly
4268df44c2
am 61cf8608: am 58a0f1bc: am af5f663a: am 56329479: am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit '61cf860801f1106d71124c69deebfb53ec25ac69':
2013-06-17 10:00:10 -07:00
Robert Ly
9fc688f47a
am 6e58370c: am 4d3ff06e: am 56329479: am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit '6e58370c0198221979eef9879b5fb8e22a0f1b1b':
Revert "make target for gms and gcm javadocs and to automate entire docs build"
2013-06-17 10:00:09 -07:00
Robert Ly
61cf860801
am 58a0f1bc: am af5f663a: am 56329479: am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit '58a0f1bc860e6603970c5178294a7dd1709e9dad':
2013-06-17 09:57:56 -07:00
Robert Ly
6e58370c01
am 4d3ff06e: am 56329479: am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit '4d3ff06ef1fea7a18d04a013ec0e077ccf89394e':
Revert "make target for gms and gcm javadocs and to automate entire docs build"
2013-06-17 09:57:55 -07:00
Robert Ly
58a0f1bc86
am af5f663a: am 56329479: am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit 'af5f663ae05c86e52e0ff6cbe028748992118643':
2013-06-17 09:56:02 -07:00
Robert Ly
4d3ff06ef1
am 56329479: am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit '5632947990326ebb2cd81e567e7b0d282672c2fd':
Revert "make target for gms and gcm javadocs and to automate entire docs build"
2013-06-17 09:55:14 -07:00
Robert Ly
af5f663ae0
am 56329479: am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit '5632947990326ebb2cd81e567e7b0d282672c2fd':
Revert "make target for gms and gcm javadocs and to automate entire docs build"
2013-06-17 09:54:43 -07:00
Robert Ly
5632947990
am 6bd35b5b: Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
* commit '6bd35b5bd685355b673a36ed96b77ddd13a0bff4':
Revert "make target for gms and gcm javadocs and to automate entire docs build"
2013-06-17 09:52:40 -07:00
Robert Ly
6bd35b5bd6
Revert "make target for gms and gcm javadocs and to automate entire docs build"
...
This reverts commit 2deefec495 .
Change-Id: I60be16d5233568a8ffcf6ec09952261b854275a8
2013-06-17 16:10:59 +00:00
Jeff Brown
408c184614
Remove mediarouter v7 support library from SDK.
...
Bug: 9425325
Change-Id: I9459fa005c4801cac0c2e28c5afb414620241ad9
2013-06-14 15:47:52 -07:00
Robert Ly
1630db410d
am 3d1ead8f: am 2336733e: am 0e7706f3: am 128c2f02: am 2deefec4: make target for gms and gcm javadocs and to automate entire docs build
...
* commit '3d1ead8f391d560b8721355a4909af2567fa67b4':
2013-06-13 15:42:27 -07:00
Robert Ly
c303493931
am ecd39491: am c3e7bbaf: am 128c2f02: am 2deefec4: make target for gms and gcm javadocs and to automate entire docs build
...
* commit 'ecd39491d7314b9d8e5de1b11ce100371c2c5409':
make target for gms and gcm javadocs and to automate entire docs build
2013-06-13 15:42:25 -07:00
Robert Ly
3d1ead8f39
am 2336733e: am 0e7706f3: am 128c2f02: am 2deefec4: make target for gms and gcm javadocs and to automate entire docs build
...
* commit '2336733e7c8dc773b619e648b30b18f91fa6e952':
2013-06-13 15:40:33 -07:00
Robert Ly
ecd39491d7
am c3e7bbaf: am 128c2f02: am 2deefec4: make target for gms and gcm javadocs and to automate entire docs build
...
* commit 'c3e7bbaf00207bf36a2082cece68f7d6c0bf94af':
make target for gms and gcm javadocs and to automate entire docs build
2013-06-13 15:40:32 -07:00