[LSC] Add LOCAL_LICENSE_KINDS to device/google/cuttlefish
Added SPDX-license-identifier-Apache-2.0 to:
guest/hals/bt/data/Android.bp
guest/hals/keymint/remote/Android.bp
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: I1082e866d7e9241c5156de5dcb6b04ce62daac65
diff --git a/guest/hals/bt/data/Android.bp b/guest/hals/bt/data/Android.bp
index 9f9cf4e..845223f 100644
--- a/guest/hals/bt/data/Android.bp
+++ b/guest/hals/bt/data/Android.bp
@@ -1,5 +1,9 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
prebuilt_etc_host {
name: "default_commands",
src: "default_commands",
sub_dir: "rootcanal/data",
-}
\ No newline at end of file
+}
diff --git a/guest/hals/keymint/remote/Android.bp b/guest/hals/keymint/remote/Android.bp
index 59c73a4..bb78ff2 100644
--- a/guest/hals/keymint/remote/Android.bp
+++ b/guest/hals/keymint/remote/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_binary {
name: "android.hardware.security.keymint-service.remote",
relative_install_path: "hw",