[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native

Added SPDX-license-identifier-Apache-2.0 to:
  data/etc/Android.bp
  libs/attestation/Android.bp
  libs/attestation/tests/Android.bp
  libs/ftl/Android.bp
  services/powermanager/benchmarks/Android.bp
  services/powermanager/tests/Android.bp
  services/surfaceflinger/FrameTimeline/Android.bp
  services/vibratorservice/Android.bp
  services/vibratorservice/benchmarks/Android.bp
  services/vibratorservice/test/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I81cd5cc4a877c2397d56da916b3bdac773e22114
Merged-in: Ia0a5896316bc000a016f67939fe01a7336f2708c
diff --git a/data/etc/Android.bp b/data/etc/Android.bp
index 83b6aa0..9d88ca6 100644
--- a/data/etc/Android.bp
+++ b/data/etc/Android.bp
@@ -1,7 +1,16 @@
+package {
+    // See: http://go/android-license-faq
+    // A large-scale-change added 'default_applicable_licenses' to import
+    // all of the 'license_kinds' from "frameworks_native_license"
+    // to get the below license kinds:
+    //   SPDX-license-identifier-Apache-2.0
+    default_applicable_licenses: ["frameworks_native_license"],
+}
+
 prebuilt_etc {
     name: "android.hardware.biometrics.face.xml",
     product_specific: true,
     sub_dir: "permissions",
     src: "android.hardware.biometrics.face.xml",
     filename_from_src: true,
-}
\ No newline at end of file
+}