[LSC] Add LOCAL_LICENSE_KINDS to packages/services/BuiltInPrintService am: c43e5df2d0

Original change: https://android-review.googlesource.com/c/platform/packages/services/BuiltInPrintService/+/1588592

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I9c13473baabdbdc1689369ca3450ea9aaffae926
diff --git a/Android.bp b/Android.bp
index 1ef830f..4ffb195 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_app {
     name: "BuiltInPrintService",
     privileged: true,
diff --git a/jni/Android.bp b/jni/Android.bp
index 82bf3d6..c25eb46 100644
--- a/jni/Android.bp
+++ b/jni/Android.bp
@@ -13,6 +13,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 cc_library_shared {
     name: "libwfds",