diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2020-07-31 21:51:25 +0200 |
|---|---|---|
| committer | Luca Stefani <luca.stefani.ge1@gmail.com> | 2020-08-06 20:20:03 +0200 |
| commit | ea72d92bb08e4728d9e8c71794a35913cd395b3a (patch) | |
| tree | 241d59d9f572a421500274afd15290ca9bb9d0fd /bootctrl | |
| parent | 6bf17fa724a825318aa938a92e15016e381b8121 (diff) | |
sm8250-common: Initial skeleton tree
Change-Id: I8a9d3ef446e0e0c08fd0a5a4ecc1f84b7668c4b9
Diffstat (limited to 'bootctrl')
| -rw-r--r-- | bootctrl/Android.bp | 21 |
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"], +} |
