Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e87c0591 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove __ANDROID_API__ #if checks." am: c8efe605 am: 8a7bc561

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7be64cbfab5f94e6bf4f5272d42be24844725fd0
parents bf136f3b 8a7bc561
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 @@ enum AdbdAuthFeature : int32_t {
 */
bool adbd_auth_supports_feature(AdbdAuthFeature feature);

#endif  //!__ANDROID__ || __ANDROID_API__ >= 30
__END_DECLS