aboutsummaryrefslogtreecommitdiff
path: root/test_common
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:15:28 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:15:28 -0800
commit00c26b53edd50109460bf1e2dc5e7dd106550ee2 (patch)
tree081a2c94ec427a72ecdafb0bee8ad901cb37e04e /test_common
parentff8f9811a529142e0403c6bc71c0e0050e7f883f (diff)
downloadContactsProvider-00c26b53edd50109460bf1e2dc5e7dd106550ee2.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/ContactsProvider
Added SPDX-license-identifier-Apache-2.0 to: Android.bp test_common/Android.bp tests/Android.bp tests2/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ifd3538fbd0cd2914e487fc97ec54635372821ffc
Diffstat (limited to 'test_common')
-rw-r--r--test_common/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/test_common/Android.bp b/test_common/Android.bp
index b30e2e33..207b1db4 100644
--- a/test_common/Android.bp
+++ b/test_common/Android.bp
@@ -12,6 +12,17 @@
// See the License for the specific language governing permissions and
// 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 "packages_providers_ContactsProvider_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: [
+ "packages_providers_ContactsProvider_license",
+ ],
+}
+
java_library {
name: "ContactsProviderTestUtils",
srcs: ["src/**/*.java"],