1
0
mirror of https://github.com/yurisieucuti/treble_evolution.git synced 2024-09-22 08:31:03 +00:00
treble_evolution/ota/Android.bp
2024-03-10 06:48:11 +00:00

13 lines
147 B
Plaintext

cc_binary {
name: "phh-ota",
srcs: [
"phh-ota.cpp",
],
shared_libs: [
"libfs_mgr",
"libbase",
"liblp",
],
init_rc: ["phh-ota.rc"],
}