Merge "Remove __ANDROID_API__ #if checks." am: c8efe605ee am: 8a7bc561b6 am: e87c05915d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1577904

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I3218487f3022c54766d935876b4858c079c3ba11
diff --git a/libs/adbd_auth/include/adbd_auth.h b/libs/adbd_auth/include/adbd_auth.h
index 8f834df..1dcf540 100644
--- a/libs/adbd_auth/include/adbd_auth.h
+++ b/libs/adbd_auth/include/adbd_auth.h
@@ -26,7 +26,6 @@
 #endif
 
 __BEGIN_DECLS
-#if !defined(__ANDROID__) || __ANDROID_API__ >= 30
 
 // The transport type of the device connection.
 enum AdbTransportType : int32_t {
@@ -186,5 +185,4 @@
  */
 bool adbd_auth_supports_feature(AdbdAuthFeature feature);
 
-#endif  //!__ANDROID__ || __ANDROID_API__ >= 30
 __END_DECLS