Module: Mesa
Branch: main
Commit: cf22954973e93fb0dae6019f72124d57bba476d6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf22954973e93fb0dae6019f72124d57bba476d6

Author: cheyang <[email protected]>
Date:   Fri Oct 13 11:43:57 2023 +0800

isaspec : fix isaspec build error in aosp

in Android 12 build have error "ninja:
'external/mesa/src/compiler/isaspec/README.rst', needed by
'out/target/product/s/obj/MESON_MESA3D_GEN/.timestamp', missing and
no known rule to make it" because commit:
d48d8aefdff44e8a6ece030a782dc9d152bb1d5d  (docs: Move isaspec out of
drivers/freedreno) modify isaspec.rst Location.

Signed-off-by: cheyang <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25697>

---

 src/compiler/isaspec/README.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/isaspec/README.rst b/src/compiler/isaspec/README.rst
index 27379790c02..82ef360f79b 120000
--- a/src/compiler/isaspec/README.rst
+++ b/src/compiler/isaspec/README.rst
@@ -1 +1 @@
-../../../docs/drivers/freedreno/isaspec.rst
\ No newline at end of file
+../../../docs/isaspec.rst
\ No newline at end of file

Reply via email to