Multidex is being moved from frameworks/support/multidex to
frameworks/multidex.
Bug: 10674263
(cherry picked from commit 7b433ee4e4)
Change-Id: If33387af7b58da2f258eba1240a911483daa9c7e
This will fix an error when importing thoses projects with ADT.
(cherry picked from commit 6fa1156b3b)
Change-Id: Ibcd570a3f4f3bd6c8c4fd263d2d18e2cec18b787
Picked Changes:
Add SMS test to verify emulator can receive sms from DDMS
Adding test tag to sms test
Add up to 6 10 second delays to wait for sms
Merging emulator smoke test projects
Combining SmsTest, GpsLocationTests, and ConnectivityTest
Conflicts:
build/sdk.atree
Change-Id: I1343c59418a69b2f5e1eb0c6cde54f2bc09300ac
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
Picked Changes:
Add SMS test to verify emulator can receive sms from DDMS
Adding test tag to sms test
Add up to 6 10 second delays to wait for sms
Merging emulator smoke test projects
Combining SmsTest, GpsLocationTests, and ConnectivityTest
Conflicts:
build/sdk.atree
Change-Id: I1343c59418a69b2f5e1eb0c6cde54f2bc09300ac
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
This directory will be automatically copied over using a
templating system in the future, but for now it needs to
be copied in using sdk.atree.
This also allows us to remove the symlink that was checked
in previously, and which likely won't work on Windows.
Change-Id: If3d78eec7c1b845d1ae1caca59099d3284bdf73a
Old samples will live in samples/${PLATFORM_NAME}/legacy.
New samples are sorted by category, and come from
developers/samples/android.
Change-Id: I573ba4f58d701eac4896ae795d041cae4b9a9794
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
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
Fixes the appcompat build so that the resulting
lib is with the library project.
Change-Id: I9d7c79bc1b7c9e4d0b894d5c9ce2f7e5e901184b
Signed-off-by: Chris Banes <chrisbanes@google.com>