diff options
author | Griff Hazen <griff@google.com> | 2014-06-19 15:20:18 -0700 |
---|---|---|
committer | Griff Hazen <griff@google.com> | 2014-06-20 16:04:46 -0700 |
commit | 2def7d2a2a0e9eacf49819c9cba3e5b188b061c3 (patch) | |
tree | 62ecdbee9673d72d11f65b4a2bc61e136a7d1f60 /build | |
parent | 3f3f34dc0e2da2330b5bbd7520450247aa31fca6 (diff) | |
download | android_development-2def7d2a2a0e9eacf49819c9cba3e5b188b061c3.tar.gz android_development-2def7d2a2a0e9eacf49819c9cba3e5b188b061c3.tar.bz2 android_development-2def7d2a2a0e9eacf49819c9cba3e5b188b061c3.zip |
Add first wearable sample to sdk atree
Bug: 15591212
Change-Id: Ic74e8e821d7941d403dc4d83aa33f23cf671c226
Diffstat (limited to 'build')
-rw-r--r-- | build/sdk.atree | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/sdk.atree b/build/sdk.atree index d1000f369..5aa7f7d64 100644 --- a/build/sdk.atree +++ b/build/sdk.atree @@ -269,6 +269,9 @@ developers/build/prebuilts/gradle/SwipeRefreshListFragment sam developers/build/prebuilts/gradle/SwipeRefreshMultipleViews samples/${PLATFORM_NAME}/ui/SwipeRefreshMultipleViews developers/build/prebuilts/gradle/MediaRouter samples/${PLATFORM_NAME}/media/MediaRouter +# Wearable sample tree +development/samples/wearable/Notifications samples/${PLATFORM_NAME}/wearable/Notifications + # Old sample tree development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay development/samples/ActionBarCompat samples/${PLATFORM_NAME}/legacy/ActionBarCompat |