From 20f2219fa7a84c8b2bd454c875f92eb635163c59 Mon Sep 17 00:00:00 2001 From: Kirill Grouchnikov Date: Tue, 17 May 2016 12:43:44 -0400 Subject: [PATCH] Make SDK build happy for the combined v4 binary Change-Id: I9b87e3144c715e265471935a46eafd99fe73185c --- core/pathmap.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/pathmap.mk b/core/pathmap.mk index 6efcf93a1..9bb8985a3 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -150,6 +150,7 @@ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ # FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \ $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \ + android-support-v4 \ android-support-vectordrawable \ android-support-animatedvectordrawable \ android-support-v7-appcompat \