micky387 | 65d5f7d | 2025-04-24 16:46:31 -0400 | [diff] [blame^] | 1 | cc_library_static { |
2 | name: "libinit_sm8250", | ||||
3 | |||||
4 | include_dirs: [ | ||||
5 | "system/core/init", | ||||
6 | ], | ||||
7 | static_libs: ["libbase"], | ||||
8 | cflags: [ | ||||
9 | "-Wall", | ||||
10 | ], | ||||
11 | srcs: ["init_sm8250.cpp"], | ||||
12 | recovery_available: true, | ||||
13 | ramdisk_available: true, | ||||
14 | } |