commit | 67660d44402e398f19b6e4c975039cdea65aa7ea | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Fri Nov 07 01:29:32 2014 +0000 |
committer | Trevor Johns <trevorjohns@google.com> | Fri Nov 07 01:29:32 2014 +0000 |
tree | ca4f15071462a4cb3945da54f0833c76db6de295 | |
parent | 4cc3b204bf5b1b13ff71b47658ce2bd4ad48b9b6 [diff] |
Add missing <common> elements to SynchronizedNotifications Fixes build problems caused by missing common Activity/Logging framework. Change-Id: I7017169912d1b3f50dc1a31a02e078d7e92b7faa
diff --git a/wearable/wear/SynchronizedNotifications/template-params.xml b/wearable/wear/SynchronizedNotifications/template-params.xml index 4213200..1da36eb 100644 --- a/wearable/wear/SynchronizedNotifications/template-params.xml +++ b/wearable/wear/SynchronizedNotifications/template-params.xml
@@ -40,5 +40,6 @@ <template src="base"/> <template src="SimpleView"/> <template src="WearPlusShared"/> - + <common src="logger"/> + <common src="activities"/> </sample>