Android : Building AOSP master branch fails in Mac OSX

on Thursday, October 30, 2014


I am trying to build the master branch of AOSP, but it fails with following error:



host C++: validatekeymaps <= frameworks/base/tools/validatekeymaps/Main.cpp
In file included from frameworks/base/tools/validatekeymaps/Main.cpp:17:
In file included from frameworks/native/include/input/KeyCharacterMap.h:26:
In file included from frameworks/native/include/input/Input.h:25:
system/core/include/utils/Vector.h:20:10: fatal error: 'new' file not found
#include <new>
^
1 error generated.
make: *** [out/host/darwin-x86/obj/EXECUTABLES/validatekeymaps_intermediates/Main.o] Error 1


Does anyone has any idea on this? Where the "new" file should present? How would I solve this? Any help would be greatly appreciated.


0 comments:

Post a Comment