diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0cf42c8..f4b06f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,10 +13,6 @@ option(DISABLE_TESTS "Disable tests" off)
 option(WITH_EXTRAS "Build extra component(s)" off)
 
 pkg_search_module(YAMLCPP yaml-cpp REQUIRED)
-pkg_search_module(ANDROIDPROPS libandroid-properties)
-if(NOT ANDROIDPROPS_FOUND)
-    message(WARNING "Did not find android properties, bulding without!")
-endif()
 
 set(TARGET deviceinfo)
 
