diff options
author | Koushik Dutta <koushd@gmail.com> | 2010-07-11 23:05:00 -0700 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2010-07-11 23:05:00 -0700 |
commit | 8e309093776b259a23077feb095aee082f68a2f8 (patch) | |
tree | f3972b034fa3868cbaac011cb855973f376e494a /cmds | |
parent | 39a5d188dd20bdebee7a1da4e1f57455739c016f (diff) | |
download | frameworks_base-8e309093776b259a23077feb095aee082f68a2f8.zip frameworks_base-8e309093776b259a23077feb095aee082f68a2f8.tar.gz frameworks_base-8e309093776b259a23077feb095aee082f68a2f8.tar.bz2 |
Remerge libui.so, libsurfaceflinger_client.so, and libcamera_client.so for older devices.
Change-Id: I6a1dbe519df3b07292d738ffa9f6be95b794875e
Diffstat (limited to 'cmds')
-rw-r--r-- | cmds/bootanimation/Android.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cmds/bootanimation/Android.mk b/cmds/bootanimation/Android.mk index 2b89759..2876362 100644 --- a/cmds/bootanimation/Android.mk +++ b/cmds/bootanimation/Android.mk @@ -21,8 +21,12 @@ LOCAL_SHARED_LIBRARIES := \ libui \ libskia \ libEGL \ - libGLESv1_CM \ - libsurfaceflinger_client + libGLESv1_CM + +ifneq ($(BOARD_USES_ECLAIR_LIBCAMERA),true) + LOCAL_SHARED_LIBRARIES += \ + libsurfaceflinger_client +endif LOCAL_C_INCLUDES := \ $(call include-path-for, corecg graphics) |