commit | 9d3da64d79247fed7d6fd29f2fb6d6cb393cf6f2 | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Mon Oct 27 21:26:55 2014 -0700 |
committer | Trevor Johns <trevorjohns@google.com> | Thu Nov 06 23:06:50 2014 +0000 |
tree | 9340e46486ad9444484f545f8685c96fe65a6a9e | |
parent | c206cb304e2e334211838389c81d7766a0784068 [diff] |
Switch two samples to "WearPlusShared" template The "Shared" directory has been removed from the "Wear" template. Apps (like these) that need to use the "Shared" dir must migrate to the "WearPlusShared" template for the build system to properly work. Affected samples: - SpeedTracker - SynchronizedNotifications Change-Id: I82747049b36ddad6aa6fb21467ffb3587924ee3a (cherry picked from commit 35aefbce5bffbd93268780d90a18fd0ec9c415bb)
diff --git a/wearable/wear/SpeedTracker/template-params.xml b/wearable/wear/SpeedTracker/template-params.xml index 9186b9e..2e9f454 100644 --- a/wearable/wear/SpeedTracker/template-params.xml +++ b/wearable/wear/SpeedTracker/template-params.xml
@@ -46,6 +46,6 @@ </strings> <template src="base"/> - <template src="Wear"/> + <template src="WearPlusShared"/> </sample>
diff --git a/wearable/wear/SynchronizedNotifications/template-params.xml b/wearable/wear/SynchronizedNotifications/template-params.xml index 2ca7f31..9c4d45b 100644 --- a/wearable/wear/SynchronizedNotifications/template-params.xml +++ b/wearable/wear/SynchronizedNotifications/template-params.xml
@@ -39,6 +39,6 @@ <template src="base"/> <template src="SimpleView"/> - <template src="Wear"/> + <template src="WearPlusShared"/> </sample>