summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-12-08 12:38:42 -0800
committerCole Faust <colefaust@google.com>2023-12-11 11:04:01 -0800
commitf30995fa66c0113e8f8986daeb5312d2c8363809 (patch)
tree6dc26a25c5ef8b562972538e6095e6451e606257 /tools
parent1894f3ffc369066c69e3ff13f08a18678eeed21c (diff)
downloadbase-f30995fa66c0113e8f8986daeb5312d2c8363809.tar.gz
Add compile_data to AaptSymlinkTest
A change is being made to how sandboxed actions work, and now the targets of symlinks need to be listed in the Android.bp file. Add them to compile_data. Bug: 307824623 Test: m out/soong/.intermediates/frameworks/base/tools/aapt2/integration-tests/SymlinkTest/AaptSymlinkTest/android_common/lint/lint-baseline.xml Change-Id: I304a1e98045ba6ff19dc8052b2187d53c29e02bc
Diffstat (limited to 'tools')
-rw-r--r--tools/aapt2/integration-tests/SymlinkTest/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/aapt2/integration-tests/SymlinkTest/Android.bp b/tools/aapt2/integration-tests/SymlinkTest/Android.bp
index 15a6a207d6d1..6fcdf1c77704 100644
--- a/tools/aapt2/integration-tests/SymlinkTest/Android.bp
+++ b/tools/aapt2/integration-tests/SymlinkTest/Android.bp
@@ -27,4 +27,7 @@ android_test {
name: "AaptSymlinkTest",
sdk_version: "current",
use_resource_processor: false,
+ compile_data: [
+ "targets/*",
+ ],
}