commit | c51d050f1bc2c393707f7c5e1f6906169ace7497 | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Apr 15 15:36:53 2013 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Apr 15 15:36:53 2013 -0700 |
tree | 82e181f39ef0dd6ffdddd08f283aecf35c4b262f | |
parent | 7fa9667f63fe84a2d17ce899121f32bfcec98864 [diff] [blame] |
Maybe fix issue #8620910: Win_sdk build failed and unable to create... ...the sdk platform repo Change-Id: Ib6cd7c0dfb9b6217ae79af3e2ac25fe0442996e3
diff --git a/libs/androidfw/AssetManager.cpp b/libs/androidfw/AssetManager.cpp index e0d96c9..b08c36b 100644 --- a/libs/androidfw/AssetManager.cpp +++ b/libs/androidfw/AssetManager.cpp
@@ -33,7 +33,9 @@ #include <utils/threads.h> #include <utils/Timers.h> #include <utils/ZipFileRO.h> +#ifdef HAVE_ANDROID_OS #include <cutils/trace.h> +#endif #include <assert.h> #include <dirent.h>