Remove reference to PLATFORM_SDK_VERSION from goldfish_address_space_impl.h

Bug: 154346346
Test: presubmit
Merged-In: I8f10fc07fbccabbd3443dae5f3ca7e34d66e6ead
Signed-off-by: Roman Kiryanov <rkir@google.com>
Change-Id: I1dcff25aafb5c28bd6a39359569d01a5ecbb747c
diff --git a/shared/GoldfishAddressSpace/include/goldfish_address_space_android.impl b/shared/GoldfishAddressSpace/include/goldfish_address_space_android.impl
index 1ee59f7..8ff7e78 100644
--- a/shared/GoldfishAddressSpace/include/goldfish_address_space_android.impl
+++ b/shared/GoldfishAddressSpace/include/goldfish_address_space_android.impl
@@ -25,11 +25,7 @@
 #include <errno.h>
 #include <memory>
 
-#if PLATFORM_SDK_VERSION < 26
-#include <cutils/log.h>
-#else
 #include <log/log.h>
-#endif
 
 #include "goldfish_address_space.h"