summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 07:48:49 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-19 07:48:49 +0000
commitf5115b5c2209dbb09c1a571c6d52cb76cf6b2719 (patch)
tree857c06d175eb126d3bf461cad47007d867281814
parent46de5aba9e4c5817e05d1f344b7611dbbb33708f (diff)
parentde4fe3419d0c89832a20e0177403c77635b4408d (diff)
downloadOnDeviceAppPrediction-f5115b5c2209dbb09c1a571c6d52cb76cf6b2719.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/OnDeviceAppPrediction am: dfa61fa734 am: de4fe3419d
Original change: https://android-review.googlesource.com/c/platform/packages/apps/OnDeviceAppPrediction/+/1588551 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2200a1382abf38cde755baecd25997c30f9de58b
-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",