diff --git a/bootctrl/Android.bp b/bootctrl/Android.bp index 4b298a3..96fa864 100644 --- a/bootctrl/Android.bp +++ b/bootctrl/Android.bp @@ -1,5 +1,5 @@ // -// Copyright (C) 2018 The Android Open Source Project +// Copyright (C) 2018-2022 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. @@ -14,12 +14,6 @@ // limitations under the License. // -cc_library { - name: "bootctrl.kona", - defaults: ["bootctrl_hal_defaults"], - static_libs: ["libgptutils.oneplus_kona"], -} - cc_library_shared { name: "android.hardware.boot@1.1-impl-qti", stem: "android.hardware.boot@1.0-impl-1.1-qti", diff --git a/common.mk b/common.mk index 7b30957..1bab21a 100644 --- a/common.mk +++ b/common.mk @@ -183,9 +183,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.boot@1.1-impl-qti \ android.hardware.boot@1.1-impl-qti.recovery \ - android.hardware.boot@1.1-service \ - bootctrl.kona \ - bootctrl.kona.recovery + android.hardware.boot@1.1-service PRODUCT_PACKAGES_DEBUG += \ bootctl