summaryrefslogtreecommitdiffstats
path: root/liblight
diff options
context:
space:
mode:
Diffstat (limited to 'liblight')
-rwxr-xr-xliblight/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/liblight/Android.mk b/liblight/Android.mk
index 321526b..c11e827 100755
--- a/liblight/Android.mk
+++ b/liblight/Android.mk
@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifeq ($(TARGET_DEVICE),crespo)
LOCAL_PATH:= $(call my-dir)
# HAL module implemenation, not prelinked and stored in
@@ -28,3 +29,5 @@ LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE := lights.$(TARGET_BOARD_PLATFORM)
include $(BUILD_SHARED_LIBRARY)
+
+endif