diff options
author | Mauro Rossi <[email protected]> | 2017-01-30 20:57:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-01 23:01:35 +0000 |
commit | 9c45bb731c97d1f02f83b872c67b2c1b04ec3a41 (patch) | |
tree | 51abd23d339eff3e3d6da6eb0cdc16ea64649154 /src/amd/Android.common.mk | |
parent | ccdd5b3738ef23dc69f322b9deab290cfaa1d0c5 (diff) |
android: fix llvm, elf dependencies for M, N releases
These changes set the correct llvm version and elf include path
which differ for Marshmallow and Nougat
Cc: "17.0" <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/amd/Android.common.mk')
-rw-r--r-- | src/amd/Android.common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk index dfa7e59e9a2..faace71e952 100644 --- a/src/amd/Android.common.mk +++ b/src/amd/Android.common.mk @@ -55,7 +55,7 @@ LOCAL_C_INCLUDES := \ external/llvm/include \ external/llvm/device/include \ external/libcxx/include \ - external/elfutils/$(if $(filter 5,$(MESA_ANDROID_MAJOR_VERSION)),0.153/,$(if $(filter 6,$(MESA_ANDROID_MAJOR_VERSION)),src/))libelf + $(ELF_INCLUDES) LOCAL_STATIC_LIBRARIES := libLLVMCore |