From 62478b9e3e2be5090e9a0c2c4eee654a734dee5a Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Fri, 16 Dec 2016 14:11:02 -0800 Subject: [PATCH] Depend on gingerbread variant of SuwLib Test: Existing tests pass Bug: 33094508 Change-Id: I489bbdba2cd0cf79f610c6827ee2af8e5c53a566 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index d29de833688..349b79ce046 100644 --- a/Android.mk +++ b/Android.mk @@ -45,7 +45,7 @@ ifneq ($(INCREMENTAL_BUILDS),) LOCAL_JACK_FLAGS := --multi-dex native endif -include frameworks/opt/setupwizard/library/common-full-support.mk +include frameworks/opt/setupwizard/library/common-gingerbread.mk include frameworks/base/packages/SettingsLib/common.mk include $(BUILD_PACKAGE)