summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:34:19 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:34:19 -0800
commit192ca8899957bfe09ab7fe02a749208ed301e5cb (patch)
tree5b82b63e08e6b34cb0895628cf81022e67a965f8
parent7bf8993df4e2e25305c7e0de1e25d5f068a07735 (diff)
downloadgtest_extras-192ca8899957bfe09ab7fe02a749208ed301e5cb.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/testing/gtest_extrasandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I2f9090bdabe4062f543a55e89fffe6974e4c5d80
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 651797b..c728f22 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_library_static {
name: "libgtest_isolated",
host_supported: true,