This commit is contained in:
Vincent Vidal 2025-08-07 16:07:57 +02:00
commit 8710a52d67
123 changed files with 20007 additions and 0 deletions

9
Android.bp Normal file
View file

@ -0,0 +1,9 @@
soong_namespace {
}
install_symlink {
name: "nvcfg_mdota.ini_symlink",
vendor: true,
installed_location: "etc/mdota",
symlink_target: "/mnt/vendor/mdota",
}