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