diff options
Diffstat (limited to 'libnativeloader/library_namespaces_test.cpp')
-rw-r--r-- | libnativeloader/library_namespaces_test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libnativeloader/library_namespaces_test.cpp b/libnativeloader/library_namespaces_test.cpp index 4582223f4a..706209a28e 100644 --- a/libnativeloader/library_namespaces_test.cpp +++ b/libnativeloader/library_namespaces_test.cpp @@ -14,8 +14,6 @@ * limitations under the License. */ -#if defined(ART_TARGET_ANDROID) - #include "library_namespaces.h" #include "android-base/result-gmock.h" @@ -103,5 +101,3 @@ TEST(LibraryNamespacesTest, TestGetApiDomainFromPathList) { } // namespace } // namespace nativeloader } // namespace android - -#endif // ART_TARGET_ANDROID |