From fc48433640d45a5ce95c3638398767f849ec3f04 Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Tue, 27 Apr 2021 13:05:48 -0700 Subject: [PATCH] Remove libqemu_pipe from minSdkVersionAllowlist libqemu_pipe was retired. Bug: 175046060 Test: presubmit Signed-off-by: Roman Kiryanov Change-Id: I4ac17966ad2a7609a9d71b8884351d70b5996b9d --- android/apex.go | 1 - 1 file changed, 1 deletion(-) diff --git a/android/apex.go b/android/apex.go index 25a07b866..60da45bf9 100644 --- a/android/apex.go +++ b/android/apex.go @@ -847,7 +847,6 @@ var minSdkVersionAllowlist = func(apiMap map[string]int) map[string]ApiLevel { "libprocpartition": 30, "libprotobuf-java-lite": 30, "libprotoutil": 30, - "libqemu_pipe": 30, "libsync": 30, "libtextclassifier_hash_headers": 30, "libtextclassifier_hash_static": 30,