aboutsummaryrefslogtreecommitdiff
path: root/bootctrl
diff options
context:
space:
mode:
authorLuca Stefani <luca.stefani.ge1@gmail.com>2020-07-31 21:51:25 +0200
committerLuca Stefani <luca.stefani.ge1@gmail.com>2020-08-06 20:20:03 +0200
commitea72d92bb08e4728d9e8c71794a35913cd395b3a (patch)
tree241d59d9f572a421500274afd15290ca9bb9d0fd /bootctrl
parent6bf17fa724a825318aa938a92e15016e381b8121 (diff)
sm8250-common: Initial skeleton tree
Change-Id: I8a9d3ef446e0e0c08fd0a5a4ecc1f84b7668c4b9
Diffstat (limited to 'bootctrl')
-rw-r--r--bootctrl/Android.bp21
1 files changed, 21 insertions, 0 deletions
diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp
new file mode 100644
index 0000000..37242d1
--- /dev/null
+++ b/bootctrl/Android.bp
@@ -0,0 +1,21 @@
+//
+// Copyright (C) 2020 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.
+//
+
+cc_library {
+ name: "bootctrl.kona",
+ defaults: ["bootctrl_hal_defaults"],
+ static_libs: ["libgptutils.asus_kona"],
+}