From 37524ad0fab95ceae342284b5d3420ffecde4445 Mon Sep 17 00:00:00 2001 From: Dan Pasanen Date: Thu, 1 Feb 2018 10:25:44 -0600 Subject: [PATCH] Updater: explicitly include android-support-transition * Fixes non-jack build Change-Id: I44d470daa36f9ef5f06e5307297fa4c01fb078e5 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index 0aeea1f..1ef91fd 100644 --- a/Android.mk +++ b/Android.mk @@ -8,6 +8,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_STATIC_JAVA_LIBRARIES := \ android-support-design \ + android-support-transition \ android-support-v4 \ android-support-v7-appcompat \ android-support-v7-cardview \