aboutsummaryrefslogtreecommitdiff
path: root/s/android-4.19/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-04-27 18:15:15 -0700
committerYifan Hong <elsk@google.com>2021-04-27 19:32:20 -0700
commit8448937fe3690915fd0618d712e5848ba52a2f73 (patch)
treecd419f83bc766576ef26bf933af38dfa9c09bad4 /s/android-4.19/Android.bp
parent62e21e0cffd17f4375ad7178d8ab0f11d53b15a4 (diff)
downloadconfigs-8448937fe3690915fd0618d712e5848ba52a2f73.tar.gz
Freeze kernel configs for s.
This is a combined commit of the two commits created by tools/freeze.py. Bug: 186454798 Test: builds Test: manually diff android-4.19 and s/android-4.19, and 5.4 and 5.10 Change-Id: I3a55e4d8dd03aaabd32b895fcbaaeb5a0b4220fe
Diffstat (limited to 's/android-4.19/Android.bp')
-rw-r--r--s/android-4.19/Android.bp34
1 files changed, 34 insertions, 0 deletions
diff --git a/s/android-4.19/Android.bp b/s/android-4.19/Android.bp
new file mode 100644
index 0000000..3b49890
--- /dev/null
+++ b/s/android-4.19/Android.bp
@@ -0,0 +1,34 @@
+// Copyright (C) 2021 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 {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "kernel_configs_license"
+ // to get the below license kinds:
+ // legacy_notice
+ default_applicable_licenses: ["kernel_configs_license"],
+}
+
+kernel_config {
+ name: "kernel_config_s_4.19",
+ srcs: [
+ "android-base.config",
+ "non_debuggable.config",
+ ],
+ debuggable_srcs: [
+ "android-base.config",
+ ],
+ meta: "android-base-conditional.xml",
+}