summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:54:20 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:54:20 -0800
commit69c6f56bfe4d81b6bd570f5a63512f87fd47ac47 (patch)
treeba46fe46c3a0da45fa00e1cbe43f48b51f6c7f4a
parent118b53061e2d5377feac1d355d5034657190ea52 (diff)
downloadtimezonepicker-69c6f56bfe4d81b6bd570f5a63512f87fd47ac47.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/timezonepicker
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: I4ca7b5173b09bfd93784ce967fda1eabab325d81
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 24cb8c3..cc89b78 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"],
+}
+
android_library {
name: "android-opt-timezonepicker",
sdk_version: "17",