Clean up: remove com.android.gki.*

It's abandoned.

Bug: n/a
Test: m nothing --no-skip-soong-tests
Change-Id: I220bea87329ee532d494cc4eaa4c6a8c1b0bff07
This commit is contained in:
Jooyung Han
2024-08-16 16:00:33 +09:00
parent dd00f2de3c
commit 40b7917fd0
2 changed files with 2 additions and 14 deletions

View File

@@ -384,7 +384,7 @@ func TestBasicApex(t *testing.T) {
symlink_preferred_arch: true,
system_shared_libs: [],
stl: "none",
apex_available: [ "myapex", "com.android.gki.*" ],
apex_available: [ "myapex" ],
}
rust_binary {
@@ -432,14 +432,6 @@ func TestBasicApex(t *testing.T) {
apex_available: ["myapex"],
}
apex {
name: "com.android.gki.fake",
binaries: ["foo"],
key: "myapex.key",
file_contexts: ":myapex-file_contexts",
updatable: false,
}
cc_library_shared {
name: "mylib2",
srcs: ["mylib.cpp"],