Normalize some Gfxstream library names
Bug: n/a
Test: presubmit
Change-Id: Ic1122241af0dd72800ec984adcb00175d3ae2737
diff --git a/guest/vulkan_enc/Android.bp b/guest/vulkan_enc/Android.bp
index 96c922f..f06d7b8 100644
--- a/guest/vulkan_enc/Android.bp
+++ b/guest/vulkan_enc/Android.bp
@@ -112,7 +112,7 @@
"libgfxstream_guest_cc_defaults",
],
header_libs: [
- "gfxstream_vulkan_headers",
+ "libgfxstream_vulkan_headers",
"libOpenglSystemCommonHeaders",
"libgfxstream_guest_iostream",
"libnativewindow_headers",
@@ -132,7 +132,7 @@
static_libs: [
"libarect",
"libdrm",
- "libandroidemu_static",
+ "libgfxstream_androidemu_static",
"libGoldfishAddressSpace",
"libmesa_vulkan_util_gfxstream",
"libmesa_vulkan_runtime_gfxstream",
@@ -198,10 +198,10 @@
"libgfxstream_guest_vulkan_encoder_defaults",
],
static_libs: [
- "libplatform_rutabaga",
+ "libgfxstream_platform_rutabaga",
],
export_static_lib_headers: [
- "libplatform_rutabaga",
+ "libgfxstream_platform_rutabaga",
],
target: {
host: {