From c180a0ff091269c41fcdf0999aa91fdabaddf0b0 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 20 Feb 2012 16:58:20 -0800 Subject: [PATCH] frameworks/base refactoring create the new libandroidfw from parts of libui and libutils Change-Id: I1584995616fff5d527a2aba63921b682a6194d58 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index cb55a9c..bedd7e8 100644 --- a/Android.mk +++ b/Android.mk @@ -39,6 +39,7 @@ LOCAL_C_INCLUDES += build/libs/host/include LOCAL_STATIC_LIBRARIES := \ libhost \ libutils \ + libandroidfw \ libcutils \ libexpat \ libpng -- 2.45.2