summaryrefslogtreecommitdiffstats
path: root/tests/backup
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-20 16:58:20 -0800
committerMathias Agopian <mathias@google.com>2012-02-20 22:38:43 -0800
commit83c64e6b624a876436d2ef5d2f173b10407e27b4 (patch)
treec4effc3260ab399e8fdae23baf06b076cd87a604 /tests/backup
parent94d0024557f415b8463f085c9784a3e1d02b58c6 (diff)
downloadframeworks_base-83c64e6b624a876436d2ef5d2f173b10407e27b4.zip
frameworks_base-83c64e6b624a876436d2ef5d2f173b10407e27b4.tar.gz
frameworks_base-83c64e6b624a876436d2ef5d2f173b10407e27b4.tar.bz2
frameworks/base refactoring
create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58
Diffstat (limited to 'tests/backup')
-rw-r--r--tests/backup/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backup/Android.mk b/tests/backup/Android.mk
index 31e2ec5..88794c2 100644
--- a/tests/backup/Android.mk
+++ b/tests/backup/Android.mk
@@ -24,7 +24,7 @@ LOCAL_SRC_FILES := \
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := backup_helper_test
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
-LOCAL_SHARED_LIBRARIES := libutils
+LOCAL_SHARED_LIBRARIES := libandroidfw libutils
include $(BUILD_EXECUTABLE)