Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-liblights: Commit

hardware/liblights


Commit MetaInfo

Révision8d4c15a9a0de601ea92bd5e8929904231472802b (tree)
l'heure2014-11-06 13:26:56
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

enable multiarch builds

Convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
to support 64-bit targets.

Change Summary

Modification

--- a/Android.mk
+++ b/Android.mk
@@ -1,14 +1,14 @@
1-# Copyright (C) 2011 The Android-x86 Open Source Project
1+# Copyright (C) 2011-2014 The Android-x86 Open Source Project
22
33 LOCAL_PATH := $(call my-dir)
44
55 # HAL module implemenation, not prelinked and stored in
66 # hw/<OVERLAY_HARDWARE_MODULE_ID>.<ro.product.board>.so
77 include $(CLEAR_VARS)
8-LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
98 LOCAL_SHARED_LIBRARIES := liblog libcutils
109 LOCAL_MODULE_TAGS := optional
1110 LOCAL_SRC_FILES := lights.c
1211 LOCAL_MODULE := lights.default
12+LOCAL_MODULE_RELATIVE_PATH := hw
1313
1414 include $(BUILD_SHARED_LIBRARY)
Afficher sur ancien navigateur de dépôt.