summaryrefslogtreecommitdiff
path: root/libs/dumputils
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-02-18 01:57:58 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-02-18 01:57:58 +0000
commit57bbbd0115ae8fb8a5271eea1c38bcff470dff64 (patch)
treeaa97881a782e23de1439a851181b79a0a8594dd4 /libs/dumputils
parent050ca4a62f890f8746dd1ef1452c501627d84fab (diff)
parent2e6718529b3f3b55d310db6738e71255e9b74dee (diff)
Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" into sc-dev
Diffstat (limited to 'libs/dumputils')
-rw-r--r--libs/dumputils/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/dumputils/Android.bp b/libs/dumputils/Android.bp
index e403d36da1..acda402993 100644
--- a/libs/dumputils/Android.bp
+++ b/libs/dumputils/Android.bp
@@ -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_library {
name: "libdumputils",