[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/OnDeviceAppPrediction am: dfa61fa734 am: de4fe3419d am: f5115b5c22

Original change: https://android-review.googlesource.com/c/platform/packages/apps/OnDeviceAppPrediction/+/1588551

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I10d83cdf8bb274756efe9f136726da823eb3e672
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",