| commit | 936a7eb026823f5e1ead39ab20b2da6b6425f70c | [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 18:20:22 2020 -0800 |
| tree | 481624421f4046a5f80ea718c1ff49eb2f2485d3 | |
| parent | 590017a0e99f1b11e644cdabf629dfe1026e2e7e [diff] [blame] |
Move fdtrack APIs to LLNDK. Test: logcat -c; fdtrack_test; logcat -d Change-Id: Ib6f75a7c8bbc4d6efa0708dcbbfe4ad3c0641022 (cherry picked from commit 759625072270f5b6940dae40c8039867a08eff12)
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>