Files
hardware_mediatek/create_pl_dev/Android.bp
bengris32 6ed9380b91 mediatek: Introduce create_pl_dev for updating preloader
* Most OEMs who use MediaTek tend to ship preloader images without
  a header, therefore to allow preloader updates, it's necessary to
  create DM devices that allow writing to the physical preloader partition
  without the header.

Change-Id: I6c3168ecabca4d4e56893d2a1bfea6a256577bd0
Signed-off-by: bengris32 <bengris32@protonmail.ch>
2024-03-02 08:32:17 +01:00

19 lines
348 B
Plaintext

//
// SPDX-FileCopyrightText: 2024 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
cc_binary {
name: "create_pl_dev",
srcs: ["create_pl_dev.cpp"],
init_rc: ["create_pl_dev.rc"],
recovery_available: true,
static_libs: [
"libfs_mgr"
],
shared_libs: [
"libbase",
"liblog",
],
}