Nikita Ioffe | fd10953 | 2024-03-04 13:58:01 +0000 | [diff] [blame] | 1 | cc_library_static { |
2 | name: "libavf_cc_flags", | ||||
3 | defaults: ["avf_build_flags_cc"], | ||||
4 | apex_available: [ | ||||
5 | "//apex_available:platform", | ||||
6 | "com.android.virt", | ||||
7 | ], | ||||
8 | |||||
9 | export_include_dirs: ["include"], | ||||
10 | local_include_dirs: ["include"], | ||||
11 | ramdisk_available: true, | ||||
12 | recovery_available: true, | ||||
13 | } |