You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prefab requires c++_static, I added APP_STL := c++_static to Application.mk. However, NDK ignored this variable when the cpp file did not exist in LOCAL_SRC_FILES, make build fail: error: undefined reference to 'operator delete(void*)'
Description
The prefab requires
c++_static
, I addedAPP_STL := c++_static
toApplication.mk
. However, NDK ignored this variable when the cpp file did not exist inLOCAL_SRC_FILES
, make build fail:error: undefined reference to 'operator delete(void*)'
test case: vvb2060/XposedDetector@334279e vvb2060/XposedDetector@5cca1de
log: https://github.com/vvb2060/XposedDetector/runs/1551353201?check_suite_focus=true#step:5:60
Environment Details
The text was updated successfully, but these errors were encountered: