mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user