diff options
author | 2024-03-07 21:27:35 -0800 | |
---|---|---|
committer | 2024-03-08 13:28:07 -0800 | |
commit | 4cf550d6e4d2cc9bf2b1a45b71d906aaed3afc69 (patch) | |
tree | 67a511b80717f6d909f94db525070d542a28662b /test-runner/tests | |
parent | 7aabac2b9caf4c41d6be11260dd924ec5c0150cf (diff) |
Clean the license metadata on dependencies of module android.test.legacy
1) Moved the patched junit code in test-base and test-runner to a new directory test-junit which is under license CPL-1.0.
2) Clean the license metadata on packages in test-base, test-mock, test-runner and test-junit so packages have their license metadata precisely.
3) With this cleanup the Android.mk in test-legacy could be converted to Soong with license metadata handled properly, see b/319031379 and aosp/2900169.
Bug: 328809280
Test: CIs
Change-Id: I2a5832a97b09a5c7d064b8c2adbc0b04a325f326
Diffstat (limited to 'test-runner/tests')
-rw-r--r-- | test-runner/tests/Android.bp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/test-runner/tests/Android.bp b/test-runner/tests/Android.bp index ac21bcb9d124..aad2bee8cb84 100644 --- a/test-runner/tests/Android.bp +++ b/test-runner/tests/Android.bp @@ -13,12 +13,7 @@ // limitations under the License. package { - // See: http://go/android-license-faq - // A large-scale-change added 'default_applicable_licenses' to import - // all of the 'license_kinds' from "frameworks_base_license" - // to get the below license kinds: - // SPDX-license-identifier-Apache-2.0 - default_applicable_licenses: ["frameworks_base_license"], + default_applicable_licenses: ["Android-Apache-2.0"], } android_test { |