The partition reserved sizes were taking from stock ROM IE, blockdev --getsize64 /dev/block/mapper/system_a Also add TARGET_IS_VAB cflag as ro.virtual_ab.enabled is true on stock so that our commonized tree can enable VAB-specific changes. Change-Id: I922f61e5a0380d16eba5967f6c77346437290eb6
24 lines
602 B
Text
24 lines
602 B
Text
//
|
|
// Copyright (C) 2020-2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
cc_binary {
|
|
name: "vendor.lineage.touch@1.0-service.xpeng",
|
|
vintf_fragments: ["vendor.lineage.touch@1.0-service.xpeng.xml"],
|
|
init_rc: ["vendor.lineage.touch@1.0-service.xpeng.rc"],
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"HighTouchPollingRate.cpp",
|
|
"service.cpp",
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"vendor.lineage.touch@1.0",
|
|
],
|
|
}
|