diff options
| author | 2021-02-06 20:40:03 +0000 | |
|---|---|---|
| committer | 2021-02-06 20:40:03 +0000 | |
| commit | c8efe605eee9fa77464667c714206f72f61a1b93 (patch) | |
| tree | bf04a5f9cc3d4cf4394a0599f58497818d18ef89 /libs | |
| parent | dd9c14e9dd9edcaac8051955c2e5a254dc201bfc (diff) | |
| parent | 6cc34fbf5b9a92f3565c3c1cdbd4755178596aef (diff) | |
Merge "Remove __ANDROID_API__ #if checks."
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/adbd_auth/include/adbd_auth.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/adbd_auth/include/adbd_auth.h b/libs/adbd_auth/include/adbd_auth.h index 8f834df62b..1dcf540cf3 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 @@ enum AdbdAuthFeature : int32_t { */ bool adbd_auth_supports_feature(AdbdAuthFeature feature); -#endif //!__ANDROID__ || __ANDROID_API__ >= 30 __END_DECLS |