diff --git a/guix/build/android-ndk-build-system.scm b/guix/build/android-ndk-build-system.scm
index 86d0858488b49b44f10bdb782183c5d1bf5b70a2..3c8f726d1dc74eaab1490df05a5a6977f1ce9787 100644
--- a/guix/build/android-ndk-build-system.scm
+++ b/guix/build/android-ndk-build-system.scm
@@ -64,8 +64,6 @@ (define* (install #:key inputs outputs (make-flags '()) #:allow-other-keys)
     (apply invoke "make" "install"
            (string-append "prefix=" out)
            make-flags)
-    (if (file-exists? "include")
-        (copy-recursively "include" (string-append out "/include")))
     #t))
 
 (define* (check #:key target inputs outputs (tests? (not target)) (make-flags '()) #:allow-other-keys)