diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-09-03 15:53:06 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-09-03 17:14:13 -0700 |
commit | 009248c68244bce3fe748bccc3164cd2e593b6eb (patch) | |
tree | 558868aa045e528be22d757625956a8bc09083db /liblight | |
parent | 1bfc4d7e464b145e187f81f59445a902c0d49d12 (diff) | |
download | device_samsung_crespo-009248c68244bce3fe748bccc3164cd2e593b6eb.zip device_samsung_crespo-009248c68244bce3fe748bccc3164cd2e593b6eb.tar.gz device_samsung_crespo-009248c68244bce3fe748bccc3164cd2e593b6eb.tar.bz2 |
Make all crespo modules explicitly optional
Change-Id: I8097125dd530d5a5a4114da91f758083e5095dcf
Diffstat (limited to 'liblight')
-rwxr-xr-x | liblight/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/liblight/Android.mk b/liblight/Android.mk index c11e827..b594be3 100755 --- a/liblight/Android.mk +++ b/liblight/Android.mk @@ -28,6 +28,8 @@ LOCAL_SHARED_LIBRARIES := liblog LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM) +LOCAL_MODULE_TAGS := optional + include $(BUILD_SHARED_LIBRARY) endif |