Merge "Fix bad type annotation."
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index d4cb7d9..c2300f2 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -669,7 +669,7 @@
         return {}
 
     @property
-    def _libcxx_dir(self) -> List[Path]:
+    def _libcxx_dir(self) -> Path:
         return self.get_dep('clang').get_build_host_install() / 'lib64'
 
     @property