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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/jni/Android.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/jni/Android.mk b/graphics/jni/Android.mk index 8476be1..13ee169 100644 --- a/graphics/jni/Android.mk +++ b/graphics/jni/Android.mk @@ -19,8 +19,12 @@ LOCAL_SHARED_LIBRARIES := \ libcutils \ libskia \ libutils \ - libui \ - libsurfaceflinger_client + libui + +ifneq ($(BOARD_USES_ECLAIR_LIBCAMERA),true) + LOCAL_SHARED_LIBRARIES += \ + libsurfaceflinger_client +endif LOCAL_STATIC_LIBRARIES := |