From 83c64e6b624a876436d2ef5d2f173b10407e27b4 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 20 Feb 2012 16:58:20 -0800 Subject: frameworks/base refactoring create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58 --- cmds/backup/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/backup') diff --git a/cmds/backup/Android.mk b/cmds/backup/Android.mk index 508aec0..73af0bc 100644 --- a/cmds/backup/Android.mk +++ b/cmds/backup/Android.mk @@ -5,7 +5,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES:= backup.cpp -LOCAL_SHARED_LIBRARIES := libcutils libutils +LOCAL_SHARED_LIBRARIES := libcutils libutils libandroidfw LOCAL_MODULE:= btool -- cgit v1.1