diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2022-03-20 18:46:37 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 21:30:23 +0530 |
commit | 59d6cb18771c11ad7750780a87ce83a2f36032cd (patch) | |
tree | 482cc57ebeb791ee6a14fafa298abf5418ccf01b /bootctrl/Android.bp | |
parent | 6ef2357aff35ebd506af5728c893365573a8ae7c (diff) |
veux: bootctrl: Remove bootctrl.xiaomi_holi target
* This is no longer used after switching to QTI 1.1 impl.
Diffstat (limited to 'bootctrl/Android.bp')
-rw-r--r-- | bootctrl/Android.bp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp index 50218a5..77f2ecf 100644 --- a/bootctrl/Android.bp +++ b/bootctrl/Android.bp @@ -14,12 +14,6 @@ // limitations under the License. // -cc_library { - name: "bootctrl.xiaomi_holi", - defaults: ["bootctrl_hal_defaults"], - static_libs: ["libgptutils.xiaomi_holi"], -} - cc_library_shared { name: "android.hardware.boot@1.1-impl-qti", stem: "android.hardware.boot@1.0-impl-1.1-qti", |