summaryrefslogtreecommitdiffstats
path: root/modules/camera
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-28 01:08:45 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-28 01:08:45 +0000
commit0ab48411fe6498dded9f3fe4cefe82ce629e1972 (patch)
tree8d5a099b6542c023f7e532294c816987d27c4633 /modules/camera
parent8690233d7a4f0fe4b588da30a13f2f60528bdb6e (diff)
parent8ded7780c6658d6db011f642206726234098388f (diff)
downloadhardware_libhardware-0ab48411fe6498dded9f3fe4cefe82ce629e1972.zip
hardware_libhardware-0ab48411fe6498dded9f3fe4cefe82ce629e1972.tar.gz
hardware_libhardware-0ab48411fe6498dded9f3fe4cefe82ce629e1972.tar.bz2
am 8ded7780: am 3da0d0f4: am 662e97ee: am aea8c156: Merge "hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH"
* commit '8ded7780c6658d6db011f642206726234098388f': hardware/libhardware: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
Diffstat (limited to 'modules/camera')
-rw-r--r--modules/camera/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/camera/Android.mk b/modules/camera/Android.mk
index 02d8a33..ae68ed5 100644
--- a/modules/camera/Android.mk
+++ b/modules/camera/Android.mk
@@ -17,7 +17,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := camera.default
-LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
+LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_C_INCLUDES += \
system/core/include \