commit | 759625072270f5b6940dae40c8039867a08eff12 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Jan 28 13:24:33 2020 -0800 |
committer | Josh Gao <jmgao@google.com> | Thu Jan 30 13:55:10 2020 -0800 |
tree | e0a1227301a6b67509badba95a91998d5c04e18d | |
parent | 97271920bf831610819ddfa44e4e2cc0815afd6e [diff] [blame] |
Move fdtrack APIs to LLNDK. Test: logcat -c; fdtrack_test; logcat -d Change-Id: Ib6f75a7c8bbc4d6efa0708dcbbfe4ad3c0641022
diff --git a/tests/fdtrack_test.cpp b/tests/fdtrack_test.cpp index a616e6f..fca92ce 100644 --- a/tests/fdtrack_test.cpp +++ b/tests/fdtrack_test.cpp
@@ -25,7 +25,7 @@ #include <unistd.h> #if defined(__BIONIC__) -#include <android/fdtrack.h> +#include "platform/bionic/fdtrack.h" #endif #include <vector>