blob: 8180fd6cab61c6eac9fbb5f4779197e5bb15a407 [file] [log] [blame]
Colin Cross45c0d712019-03-28 22:31:35 -07001// Copyright 2011 The Android Open Source Project
2//
3
Bob Badour051ef782021-02-12 17:07:05 -08004package {
5 // See: http://go/android-license-faq
6 // A large-scale-change added 'default_applicable_licenses' to import
7 // all of the 'license_kinds' from "frameworks_base_license"
8 // to get the below license kinds:
9 // SPDX-license-identifier-Apache-2.0
10 // SPDX-license-identifier-MIT
11 // SPDX-license-identifier-Unicode-DFS
12 default_applicable_licenses: ["frameworks_base_license"],
13}
14
Colin Cross45c0d712019-03-28 22:31:35 -070015sh_binary {
16 name: "settings",
Cole Faust325fb3e2022-08-29 15:15:53 -070017 src: "settings.sh",
Colin Cross45c0d712019-03-28 22:31:35 -070018}