diff options
author | Ying Wang <wangying@google.com> | 2013-04-09 22:29:03 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-09 22:29:03 -0700 |
commit | 129b6d907b3c32a0f0a2e4fc585502484d47a1e4 (patch) | |
tree | 0fb80a7596c0a5904193329d0e44822ebde7d916 /toolbox | |
parent | 2e1be1756081ef7300c42f2e7906c316539d7930 (diff) | |
parent | 083b5ccba345ed2b4950454f16bd89c5d86b6b27 (diff) | |
download | core-129b6d907b3c32a0f0a2e4fc585502484d47a1e4.tar.gz core-129b6d907b3c32a0f0a2e4fc585502484d47a1e4.tar.bz2 core-129b6d907b3c32a0f0a2e4fc585502484d47a1e4.zip |
am 083b5ccb: Add liblog
* commit '083b5ccba345ed2b4950454f16bd89c5d86b6b27':
Add liblog
Diffstat (limited to 'toolbox')
-rw-r--r-- | toolbox/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/Android.mk b/toolbox/Android.mk index 2ecb62644..c7646902c 100644 --- a/toolbox/Android.mk +++ b/toolbox/Android.mk @@ -88,6 +88,7 @@ LOCAL_C_INCLUDES := bionic/libc/bionic LOCAL_SHARED_LIBRARIES := \ libcutils \ + liblog \ libc \ libusbhost \ libselinux |