commit | d3348ac7fc243dbac1c14a74d8f154ef1bbafabb | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Fri Feb 25 01:27:35 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 25 01:27:35 2022 +0000 |
tree | a2d3785adbc20a3d097be05d8e89c271d56baf81 | |
parent | c71ecda90f420ea3b9a9b8c4650d181a5952e410 [diff] | |
parent | f0aa83fc0b6d915b4eb0a41ac3234181396d3632 [diff] |
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native am: 49630f6a59 am: f0aa83fc0b Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/17005692 Change-Id: Ic545b99a0fbe09c75b665afac457a8ef65c32188
diff --git a/services/surfaceflinger/Tracing/tools/Android.bp b/services/surfaceflinger/Tracing/tools/Android.bp index 114f1eb..e8fe734 100644 --- a/services/surfaceflinger/Tracing/tools/Android.bp +++ b/services/surfaceflinger/Tracing/tools/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_binary { name: "layertracegenerator", defaults: [