summaryrefslogtreecommitdiff
path: root/include/android/system_fonts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/android/system_fonts.h')
-rw-r--r--include/android/system_fonts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/android/system_fonts.h b/include/android/system_fonts.h
index b0bbb954a9..6fd7d2c0ab 100644
--- a/include/android/system_fonts.h
+++ b/include/android/system_fonts.h
@@ -87,6 +87,8 @@
__BEGIN_DECLS
+#if __ANDROID_API__ >= 29
+
/**
* ASystemFontIterator provides access to the system font configuration.
*
@@ -126,6 +128,8 @@ void ASystemFontIterator_close(ASystemFontIterator* _Nullable iterator) __INTROD
*/
AFont* _Nullable ASystemFontIterator_next(ASystemFontIterator* _Nonnull iterator) __INTRODUCED_IN(29);
+#endif // __ANDROID_API__ >= 29
+
__END_DECLS
#endif // ANDROID_SYSTEM_FONTS_H