replace common qcom sources with samsung ones

This commit is contained in:
SaschaNes
2025-08-12 22:13:00 +02:00
parent ba24dcded9
commit 6f7753de11
5682 changed files with 2450203 additions and 103634 deletions

View File

@@ -0,0 +1,26 @@
cc_library_headers {
name: "common_interface_headers",
vendor: true,
export_include_dirs : [
"common",
],
}
cc_library_headers {
name: "snapalloc_interface_headers",
vendor: true,
export_include_dirs : [
"snapalloc",
],
}
cc_library_headers {
name: "sdmclient_interface_headers",
vendor: true,
export_include_dirs : [
"sdmclient",
],
header_libs: [
"snapalloc_interface_headers",
],
}