Merge "Clean up: remove com.android.gki.*" into main am: 75b14ee1a6
am: 48f28c9232
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3223004 Change-Id: I8073c82e183c1519885c9c9f64892426c9f3443b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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