summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:39:17 -0800
committerBob Badour <bbadour@google.com>2021-02-12 16:39:17 -0800
commitd2e5b1e55e444c63e6f4bb63925180415a5698f5 (patch)
treeb767441282ee28d0b458cbba033c2f2346ae5061
parent4359a1eda9c4d3965c5e53e4c88147a3c7e2ad0e (diff)
downloadtvsystem-d2e5b1e55e444c63e6f4bb63925180415a5698f5.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/tv/tvsystemandroid-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: I1d0946b1708c1c89cd07af7c0bbd8bc3173181d9
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index aaef313..0bb940e 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"],
+}
+
java_sdk_library {
name: "com.android.libraries.tv.tvsystem",
srcs: ["java/**/*.java"],
@@ -26,4 +30,3 @@ java_sdk_library {
enabled: false,
}
}
-