diff options
author | 2024-12-11 01:37:20 +0000 | |
---|---|---|
committer | 2024-12-11 01:37:20 +0000 | |
commit | 1f1e901cb1b9b4bbdcecb97a2c31cd620f0311f9 (patch) | |
tree | 5a388e792eedacad8c8df0301069b83c9aad91a6 /apex/apex_test.go | |
parent | aecbbc24dea1a92b8ce7eab4fb88de128f4e46b7 (diff) | |
parent | e489db477b9bc260062c4b4cbfce394e63befe2d (diff) |
Merge "Move parent static check in cc.Module.DepIsInSameApex into tag" into main am: e489db477b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3393289
Change-Id: If890f16d88878a641ee0584f2c6e8518b39039d6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index b349081c6..81a62d9d9 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -5818,7 +5818,6 @@ func TestApexWithTests(t *testing.T) { relative_install_path: "test", shared_libs: ["mylib"], system_shared_libs: [], - static_executable: true, stl: "none", data: [":fg"], } |