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:
@@ -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"],
|
||||
|
Reference in New Issue
Block a user