first commit

This commit is contained in:
2025-09-16 15:54:17 +08:00
commit fffe32888c
21 changed files with 1749 additions and 0 deletions

7
binder_alloc/Android.bp Normal file
View File

@@ -0,0 +1,7 @@
cc_binary {
name: "binder_alloc",
srcs: ["main.cpp"],
cflags: ["-Wall", "-Werror"],
vendor: true,
}