summaryrefslogtreecommitdiff
path: root/tests/lib/testUtil/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:32:05 +0000
commitc1ddcec52bb6a95f04da00965374f4ac744945dd (patch)
tree267b4b32eec1a9c1ee6b136866a9352f2d782157 /tests/lib/testUtil/Android.bp
parente474f50680b5c938d7462172b949578699df2854 (diff)
parent47b3c09c451749824a70a1d392097670a7a4bf95 (diff)
downloadextras-android12-mainline-conscrypt-release.tar.gz
Snap for 7550844 from 47b3c09c451749824a70a1d392097670a7a4bf95 to mainline-conscrypt-releaseandroid-mainline-12.0.0_r8android-mainline-12.0.0_r25android12-mainline-conscrypt-release
Change-Id: Ia9887db7ac5f1fa821cd8ba0b4e03dd7335e1c31
Diffstat (limited to 'tests/lib/testUtil/Android.bp')
-rw-r--r--tests/lib/testUtil/Android.bp14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/lib/testUtil/Android.bp b/tests/lib/testUtil/Android.bp
index 8ac90a6e..39fad294 100644
--- a/tests/lib/testUtil/Android.bp
+++ b/tests/lib/testUtil/Android.bp
@@ -14,10 +14,22 @@
// 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 "system_extras_tests_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_extras_tests_license"],
+}
+
cc_library_static {
name: "libtestUtil",
srcs: ["testUtil.c"],
- cflags: ["-Wall", "-Werror"],
+ cflags: [
+ "-Wall",
+ "-Werror",
+ ],
export_include_dirs: ["include"],
shared_libs: [
"libcutils",