Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f84491a4 authored by Bob Badour's avatar Bob Badour
Browse files

[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
parent 7dc57eff
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
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,
+10 −1
Original line number Diff line number Diff line
@@ -11,6 +11,15 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
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"],
}

cc_library_static {
    name: "libattestation",
    cflags: [
+9 −0
Original line number Diff line number Diff line
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.

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"],
}

cc_test {
    name: "libattestation_tests",
    test_suites: ["device-tests"],
+9 −0
Original line number Diff line number Diff line
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"],
}

cc_test {
    name: "ftl_test",
    test_suites: ["device-tests"],
+9 −0
Original line number Diff line number Diff line
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.

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"],
}

cc_benchmark {
    name: "libpowermanager_benchmarks",
    srcs: [
Loading