diff --git a/src/gfxstream/guest/GoldfishAddressSpace/goldfish_address_space.cpp b/src/gfxstream/guest/GoldfishAddressSpace/goldfish_address_space.cpp index 3618d325e4c..649bc280440 100644 --- a/src/gfxstream/guest/GoldfishAddressSpace/goldfish_address_space.cpp +++ b/src/gfxstream/guest/GoldfishAddressSpace/goldfish_address_space.cpp @@ -13,9 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#if defined(__Fuchsia__) -#include "goldfish_address_space_fuchsia.impl" -#else +#if !defined(__Fuchsia__) #include "goldfish_address_space_android.impl" #endif