diff options
author | 2025-02-11 11:23:21 -0800 | |
---|---|---|
committer | 2025-02-11 11:23:21 -0800 | |
commit | 5c846d83491453439c1cd9936a7842b9dc285e92 (patch) | |
tree | 3e86b8e2f0bf34b0791de63b34ad422587658884 /sdk/cc_sdk_test.go | |
parent | 44429c59f305247550253190f60287c98d12455d (diff) | |
parent | 1cea5308a7915665d8d3480021ca2da00f5206eb (diff) |
Merge changes from topics "apex_transition_info", "bcp_dependency_through_apex" into main
* changes:
Convert android.TransitionMutator to TransitionInfo
Pass libraryToApex and apexNameToFragment mappings into CreateClasspathElements
Convert apex transition tag to dependency on apex
Add extra dependency from apex to bootclasspath fragments to modules
Move prebuilt mutators earlier
Diffstat (limited to 'sdk/cc_sdk_test.go')
-rw-r--r-- | sdk/cc_sdk_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sdk/cc_sdk_test.go b/sdk/cc_sdk_test.go index 5bac67da6..bf4ac139c 100644 --- a/sdk/cc_sdk_test.go +++ b/sdk/cc_sdk_test.go @@ -1405,8 +1405,6 @@ myinclude/Test.h -> include/myinclude/Test.h .intermediates/mynativelib/android_arm_armv7-a-neon_static/mynativelib.a -> arm/lib/mynativelib.a .intermediates/mynativelib/android_arm_armv7-a-neon_shared/mynativelib.so -> arm/lib/mynativelib.so `), - // TODO(b/183315522): Remove this and fix the issue. - snapshotTestErrorHandler(checkSnapshotPreferredWithSource, android.FixtureExpectsAtLeastOneErrorMatchingPattern(`\Qunrecognized property "arch.arm.shared.export_include_dirs"\E`)), ) } |