summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:21:24 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:21:24 -0800
commitdfa61fa7345a727a57a98fb20c2751b5925042b1 (patch)
tree857c06d175eb126d3bf461cad47007d867281814
parent8022f45838a4dc8f686e1c9ca08615d76a110aa4 (diff)
downloadOnDeviceAppPrediction-dfa61fa7345a727a57a98fb20c2751b5925042b1.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/OnDeviceAppPrediction
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: I4385153ad2a453fd9fd37b85f03980ecfaa19851
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3bccf46..8cc7c32 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_defaults {
name: "apppredictionservice_defaults",