mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-20 06:20:20 +02:00
Android.bp: make hardened malloc ramdisk available
Signed-off-by: anupritaisno1 <www.anuprita804@gmail.com>
This commit is contained in:
parent
dd7291ebfe
commit
eb37517267
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ lib_src_files = [
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libhardened_malloc",
|
name: "libhardened_malloc",
|
||||||
|
ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
defaults: ["hardened_malloc_defaults"],
|
defaults: ["hardened_malloc_defaults"],
|
||||||
srcs: lib_src_files,
|
srcs: lib_src_files,
|
||||||
|
|
Loading…
Add table
Reference in a new issue