summaryrefslogtreecommitdiff
authorFrank Chen <frank.chen@amlogic.com>2015-05-29 13:45:55 (GMT)
committer Frank Chen <frank.chen@amlogic.com>2015-05-29 13:45:55 (GMT)
commit8295c7ee088b2019b272f1846ac5531874ff91da (patch)
tree15219eecf516eaf73eaaea2923f75ef5b71a8485
parent6dfff5d2dcdbfdd76f1171b18ec0defbdeac0945 (diff)
downloadscreen_source-8295c7ee088b2019b272f1846ac5531874ff91da.zip
screen_source-8295c7ee088b2019b272f1846ac5531874ff91da.tar.gz
screen_source-8295c7ee088b2019b272f1846ac5531874ff91da.tar.bz2
correct building under 64bit build
Change-Id: Iba120ca0080ea23738a83a1ae847e1708a2d3807
Diffstat
-rwxr-xr-xAndroid.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8bad6a1..cd8d533 100755
--- a/Android.mk
+++ b/Android.mk
@@ -7,7 +7,7 @@ LOCAL_PATH := $(call my-dir)
# HAL module implemenation, not prelinked and stored in
# /system/lib/hw/screen_source.amlogic.so
include $(CLEAR_VARS)
-LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
+LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := aml_screen.cpp v4l2_vdin.cpp
ifneq (,$(wildcard hardware/amlogic/gralloc))