aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-07 02:16:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-07 02:16:07 +0000
commit07ff373bdf97e79ab50eb833a8741b2263ae0bb1 (patch)
tree79e59ad75aaf5fb723ad4c5beeacf55ef6c1c754
parent55fbabb391f0a5b757febc9fbd55904ca69b19ce (diff)
parent75c8f477812f28382be62d98a1c08379d2ac1ea2 (diff)
downloadswiftshader-android14-qpr2-release.tar.gz
Change-Id: Ic358b8a7e0c92ed16124e6129e8af9d5a41eed54
-rw-r--r--src/Android.bp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Android.bp b/src/Android.bp
index ceb3384f6..3d56a27d4 100644
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -126,26 +126,14 @@ cc_defaults {
"hwvulkan_headers",
],
shared_libs: [
- "android.hardware.graphics.mapper@3.0",
- "android.hardware.graphics.mapper@4.0",
"libnativewindow",
"libhardware",
- "libhidlbase",
- "libcutils",
"libsync",
"liblog",
- "libutils",
],
static_libs: [
"libarect",
],
- cflags: [
- "-DHAVE_GRALLOC1",
- "-DHAVE_GRALLOC3",
- "-DHAVE_GRALLOC4",
- // FIXME: Use <android/api-level.h> instead?
- "-DANDROID_PLATFORM_SDK_VERSION=10000",
- ],
version_script: "Vulkan/android_vk_swiftshader.lds",
},
host: {