summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanxin Qin <nanxin.qin@amlogic.com>2018-07-10 14:22:17 +0800
committerZhi Zhou <zhi.zhou@amlogic.com>2018-07-10 01:43:14 -0700
commitee3816b1d67a7959dcd18f0dd79129d32405f0d2 (patch)
treef261e7ec1c257f76cd7c3fcb871596897614332a
parentd885705ab2789afc749df9a198a3e2a613bc7c84 (diff)
downloadmedia_modules-ee3816b1d67a7959dcd18f0dd79129d32405f0d2.tar.gz
fixed an issue with building on the Android P.
PD#153299: BOARD_AML_VENDOR_PATH instead of ANDROID_BUILD_TOP. Change-Id: I5e7724d334379cc97795b144b652688ff14ded1b Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
-rw-r--r--drivers/amvdec_ports/test/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/amvdec_ports/test/Android.mk b/drivers/amvdec_ports/test/Android.mk
index ecfbc5c..d9652fb 100644
--- a/drivers/amvdec_ports/test/Android.mk
+++ b/drivers/amvdec_ports/test/Android.mk
@@ -8,7 +8,7 @@ LOCAL_ARM_MODE := arm
LOCAL_C_INCLUDES := \
$(JNI_H_INCLUDE) \
- $(ANDROID_BUILD_TOP)/vendor/amlogic/external/ffmpeg
+ $(BOARD_AML_VENDOR_PATH)/vendor/amlogic/external/ffmpeg
LOCAL_SHARED_LIBRARIES := \
libamffmpeg