summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-17 17:13:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-08-17 17:13:37 +0000
commit2cb2488dc4dfb5690463176d33a3a030ddf6c40f (patch)
treeffe111eb4028b7734ea326cf09545443864ef536
parent17d78f0164e543314d449c0dae9c82a563256a9c (diff)
parent681a6f9804d295915d1ee6dfbbc13bd4e802a5a2 (diff)
downloaddevice_generic_opengl-transport-simpleperf-release.tar.gz
device_generic_opengl-transport-simpleperf-release.tar.bz2
device_generic_opengl-transport-simpleperf-release.zip
Snap for 7649897 from 681a6f9804d295915d1ee6dfbbc13bd4e802a5a2 to simpleperf-releasesimpleperf-release
Change-Id: I6acab7718a09b0cb04c041eefc005d4ff0c3dd63
-rw-r--r--host/libs/virglrenderer/Android.bp16
1 files changed, 8 insertions, 8 deletions
diff --git a/host/libs/virglrenderer/Android.bp b/host/libs/virglrenderer/Android.bp
index 3791f7aa6..c05b1e5cf 100644
--- a/host/libs/virglrenderer/Android.bp
+++ b/host/libs/virglrenderer/Android.bp
@@ -102,7 +102,7 @@ genrule {
genrule {
name: "gles1_core_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/gles1_core.entries"],
out: ["gles1_core_functions.h"],
}
@@ -110,7 +110,7 @@ genrule {
genrule {
name: "gles1_extensions_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/gles1_extensions.entries"],
out: ["gles1_extensions_functions.h"],
}
@@ -118,7 +118,7 @@ genrule {
genrule {
name: "egl_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/egl.entries"],
out: ["egl_functions.h"],
}
@@ -126,7 +126,7 @@ genrule {
genrule {
name: "gles3_only_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/gles3_only.entries"],
out: ["gles3_only_functions.h"],
}
@@ -134,7 +134,7 @@ genrule {
genrule {
name: "gles31_only_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/gles31_only.entries"],
out: ["gles31_only_functions.h"],
}
@@ -142,7 +142,7 @@ genrule {
genrule {
name: "gles2_extensions_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/gles2_extensions.entries"],
out: ["gles2_extensions_functions.h"],
}
@@ -150,7 +150,7 @@ genrule {
genrule {
name: "egl_extensions_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/egl_extensions.entries"],
out: ["egl_extensions_functions.h"],
}
@@ -158,7 +158,7 @@ genrule {
genrule {
name: "gles2_core_functions_hdr",
tool_files: ["gen_entries.py"],
- cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcargs $(in) --output $(out)",
+ cmd: "python $(location gen_entries.py) --mode=funcargs $(in) --output $(out)",
srcs: ["OpenGLESDispatch/gles2_core.entries"],
out: ["gles2_core_functions.h"],
}