1 #ifndef COM_ANDROID_ART_ENUMS_H
2 #define COM_ANDROID_ART_ENUMS_H
3 
4 #include <array>
5 #include <string>
6 
7 namespace com {
8     namespace android {
9         namespace art {
10         } // art
11     } // android
12 } // com
13 #endif // COM_ANDROID_ART_ENUMS_H
14