Files
device_google_redbull/bootctrl/Android.bp
Bob Badour 8ef932e0e1 [LSC] Add LOCAL_LICENSE_KINDS to device/google/redbull
Added SPDX-license-identifier-Apache-2.0 to:
  bootctrl/Android.bp
  health/Android.bp
  keymaster/Android.bp
  pixelstats/Android.bp
  powerstats/Android.bp
  rro_overlays/WifiOverlay/Android.bp
  soong/Android.bp

Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD
    SPDX-license-identifier-MIT legacy_not_a_contribution
    legacy_unencumbered
to:
  Android.bp

Added SPDX-license-identifier-BSD
to:
  gpt-utils/Android.bp

Added SPDX-license-identifier-MIT legacy_unencumbered
to:
  json-c/Android.mk

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: If4aa68bdcff0e5e1b1000bdb3445cdce7855f798
2021-03-11 22:44:16 -08:00

26 lines
815 B
Plaintext

//
// Copyright (C) 2019 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// 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 {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library {
name: "bootctrl.lito",
defaults: ["bootctrl_hal_defaults"],
static_libs: ["libgptutils.redbull"],
}