platform_build_soong/sdk
Paul Duffin 76e5c8a37f Convert test that disallows non existent paths to use fixtures
This change needed to add some additional files to the registered
files for PrepareForTestWithJavaDefaultModules because otherwise they
would fail when "TestAllowNonExistentPaths = false". Those files were
being added by the TestJavaLintRequiresCustomLintFileToExist (albeit in
some cases in different locations to that required by the default
modules but as the files are needed by the modules defined in
PrepareForTestWithJavaDefaultModules they should be defined in it.

A couple of other places also provided some files so moving them into
PrepareForTestWithJavaDefaultModules caused some conflicts which needed
to be resolved.

Bug: 183184375
Test: m nothing
Change-Id: I76ce9f1673c1c1c4000635b76b8377d582224bf1
2021-03-24 22:08:05 +00:00
..
Android.bp Add platform_compat_config to sdk 2021-03-22 19:13:40 +00:00
boot_image_sdk_test.go Add TestBasicSdkWithBootImage 2021-03-22 19:13:40 +00:00
bp.go Handle property structs and BpPropertySets as values to AddProperty. 2020-09-25 00:33:04 +01:00
bp_test.go Replace AssertPanic with AssertPanicMessageContains 2021-03-20 12:08:51 +00:00
cc_sdk_test.go Remove usages of FixtureFactory from misc packages 2021-03-22 18:31:53 +00:00
compat_config_sdk_test.go Add platform_compat_config to sdk 2021-03-22 19:13:40 +00:00
exports.go Extract sdk registration code into function for reuse 2021-03-09 23:03:45 +00:00
exports_test.go Stop sdk package depending on testing.T being embedded in TestResult 2021-03-13 15:59:33 +00:00
java_sdk_test.go Remove testSdkWithJava 2021-03-24 15:47:28 +00:00
sdk.go Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag 2021-03-22 08:43:55 +00:00
sdk_test.go Migrate sdk package to a per test build directory 2021-03-18 01:48:25 +00:00
testing.go Convert test that disallows non existent paths to use fixtures 2021-03-24 22:08:05 +00:00
update.go Support testing versioned/unversioned sdk Android.bp files separately 2021-02-22 18:23:22 +00:00