From 3c2fdb076a4d0e2f149bae7b048c1143e05bb5e3 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sun, 19 May 2024 11:01:33 +0530 Subject: [PATCH] lynx: Set TARGET_PREBUILT_KERNEL - Also set BUILD_BROKEN_DUP_RULES --- BoardConfigAosp.mk | 3 ++- device-aosp.mk | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/BoardConfigAosp.mk b/BoardConfigAosp.mk index bfa09f8..377161a 100644 --- a/BoardConfigAosp.mk +++ b/BoardConfigAosp.mk @@ -12,4 +12,5 @@ # 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. -# \ No newline at end of file +# +BUILD_BROKEN_DUP_RULES := true diff --git a/device-aosp.mk b/device-aosp.mk index 144abaa..379f8a0 100644 --- a/device-aosp.mk +++ b/device-aosp.mk @@ -18,6 +18,9 @@ PRODUCT_COPY_FILES += \ device/google/lynx/permissions/permissions_com.android.hbmsvmanager.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.android.hbmsvmanager.xml +# Kernel +TARGET_PREBUILT_KERNEL := device/google/lynx-kernel/Image.lz4 + # Overlays PRODUCT_PACKAGES += \ HbmSVManagerOverlayLynx