diff options
author | Mathias Agopian <mathias@google.com> | 2012-02-20 16:58:20 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-02-20 22:38:43 -0800 |
commit | 83c64e6b624a876436d2ef5d2f173b10407e27b4 (patch) | |
tree | c4effc3260ab399e8fdae23baf06b076cd87a604 /tools/aapt | |
parent | 94d0024557f415b8463f085c9784a3e1d02b58c6 (diff) | |
download | frameworks_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 'tools/aapt')
-rw-r--r-- | tools/aapt/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/Android.mk b/tools/aapt/Android.mk index cb55a9c..bedd7e8 100644 --- a/tools/aapt/Android.mk +++ b/tools/aapt/Android.mk @@ -39,6 +39,7 @@ LOCAL_C_INCLUDES += build/libs/host/include LOCAL_STATIC_LIBRARIES := \ libhost \ libutils \ + libandroidfw \ libcutils \ libexpat \ libpng |