diff options
author | Mauro Rossi <issor.oruam@gmail.com> | 2016-09-13 01:15:16 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-09-13 10:06:04 +1000 |
commit | 6b9d7e69ee7fd1162f7ac231a337630d859c493b (patch) | |
tree | f23f576d19ee68b55414db79876149699a273252 /Android.mk | |
parent | 0fe9152868fd7429aca63c58a0930542b8a95219 (diff) |
android: add support for libmesa_amdgpu_addrlib
Android porting of the following commits:
f1f1ba3 "radeonsi: move sid.h/r600d_common.h to a common place."
69fca64 "amd/addrlib: move addrlib from amdgpu winsys to common code"
This patch fixes android building errors
Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index dfc45c4263..fb29105a60 100644 --- a/Android.mk +++ b/Android.mk @@ -95,6 +95,7 @@ SUBDIRS := \ src/mesa \ src/util \ src/egl \ + src/amd \ src/intel \ src/mesa/drivers/dri |