summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-04-22 11:59:14 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-29 16:31:59 -0700
commit097b9503f45ae2a50c501fa95d13776d656621bb (patch)
tree1351993bbcd65d10ab0901649d766fffa9b1ef9d /Android.mk
parent4ed36691e3a76bf36903be270a5165cf3069dcac (diff)
downloadandroid_packages_apps_Trebuchet-097b9503f45ae2a50c501fa95d13776d656621bb.tar.gz
android_packages_apps_Trebuchet-097b9503f45ae2a50c501fa95d13776d656621bb.tar.bz2
android_packages_apps_Trebuchet-097b9503f45ae2a50c501fa95d13776d656621bb.zip
Trebuchet: send metrics directly when possible
Use the SDK directly instead of relying on an external package. Still relies on C-Apps Core to send. Ticket: CYNGNOS-2545 Change-Id: I1af8106917e77b9ba70c57f18f5894087fc2f274 Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5ef85b480..93cbfabf5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,6 +28,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-v7-recyclerview \
org.cyanogenmod.platform.internal
+LOCAL_STATIC_JAVA_AAR_LIBRARIES := ambientsdk
LOCAL_SRC_FILES := $(call all-java-files-under, src) \
$(call all-java-files-under, WallpaperPicker/src) \