On 19 July 2017 at 11:18, Chih-Wei Huang cwhuang@android-x86.org wrote:
Define two macros to avoid building errors.
Fixes: 7e6bf88cac (amdgpu: move asic id table to a separate file)
Signed-off-by: Chih-Wei Huang cwhuang@linux.org.tw
amdgpu/Android.mk | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/amdgpu/Android.mk b/amdgpu/Android.mk index bf0611b..955bd53 100644 --- a/amdgpu/Android.mk +++ b/amdgpu/Android.mk @@ -10,5 +10,11 @@ LOCAL_SHARED_LIBRARIES := libdrm
LOCAL_SRC_FILES := $(LIBDRM_AMDGPU_FILES)
+LOCAL_CFLAGS := \
-DAMDGPU_ASIC_ID_TABLE=\"/etc/hwdata/amdgpu.ids\" \
You want to use the same path in both places like we do in automake - see libdrmdatadir. One simply does not need to bother/track if TARGET_OUT_ETC expands to /etc/ or as mentioned in [1] /system/etc/
-Emil [1] https://source.codeaurora.org/external/gigabyte/ag-gb-dsds-7227/plain/framew...