xref: /aosp_15_r20/external/zucchini/buildflags.h (revision a03ca8b91e029cd15055c20c78c2e087c84792e4)
1*a03ca8b9SKrzysztof Kosiński // Generated by build/write_buildflag_header.py
2*a03ca8b9SKrzysztof Kosiński // From "//components/zucchini:buildflags"
3*a03ca8b9SKrzysztof Kosiński 
4*a03ca8b9SKrzysztof Kosiński #ifndef COMPONENTS_ZUCCHINI_BUILDFLAGS_H_
5*a03ca8b9SKrzysztof Kosiński #define COMPONENTS_ZUCCHINI_BUILDFLAGS_H_
6*a03ca8b9SKrzysztof Kosiński 
7*a03ca8b9SKrzysztof Kosiński #include "build/buildflag.h"
8*a03ca8b9SKrzysztof Kosiński 
9*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_DEX() (1)
10*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_ELF() (1)
11*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_WIN() (0)
12*a03ca8b9SKrzysztof Kosiński #define BUILDFLAG_INTERNAL_ENABLE_ZTF() (0)
13*a03ca8b9SKrzysztof Kosiński 
14*a03ca8b9SKrzysztof Kosiński #endif // COMPONENTS_ZUCCHINI_BUILDFLAGS_H_
15