aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-09-01 10:52:31 -0700
committerBob Badour <bbadour@google.com>2022-09-01 10:52:31 -0700
commitaee4fbb92dbb298ab2ba920e7ed2d15e1fc929b9 (patch)
tree5a81b54385f515689f2866cf99ecf2f7e12933f9
parent5a24dc23f1b6d5f612d1b9ebe7e17844a2fced9b (diff)
downloadleveldb-aee4fbb92dbb298ab2ba920e7ed2d15e1fc929b9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/leveldb
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I1e21c28c8832089de38465a11140ec89e1fc6c00
-rw-r--r--Android.bp18
1 files changed, 17 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 7305adb..fd8e32f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,6 +13,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_leveldb_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_leveldb_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
cc_defaults {
name: "leveldb_default_flags",
local_include_dirs: ["db/", "table/", "include/", "port/"],
@@ -116,4 +133,3 @@ cc_test {
],
stl: "c++_static",
}
-