Domain/Android
[Android-Ecliar][Tips] build Android..
yhcting
2009. 12. 3. 15:14
[[ blog 이사 과정에서 정확한 posting날짜가 분실됨. 년도와 분기 정도는 맞지 않을까? ]]
* We can refer *.mk in /build/target/product/ to know which Apps. are installed in which product!.
* External WebKit build.
Whole STL is not 100% compatible with ARM, Android uses some STL subset
functions of HP - swap, min, max. (see
external/webkit/WebKit/android/stl/algorithm). The problem is, if there
is standard STL, this conflicts with above function (std::swap). So, if
we should use standard STL, we need to modify something about this...