Kaydet (Commit) b9bef032 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

COPYSO should not be used with DISABLE_DYNLOADING

Change-Id: I0e04cd8fe35a487b85cd3abd420d24ab2a55821a
üst 5476c14d
...@@ -15,8 +15,7 @@ SODEST=libs/$(ANDROID_APP_ABI) ...@@ -15,8 +15,7 @@ SODEST=libs/$(ANDROID_APP_ABI)
OBJLOCAL=obj/local/$(ANDROID_APP_ABI) OBJLOCAL=obj/local/$(ANDROID_APP_ABI)
define COPYSO define COPYSO
cp $(1) $(SODEST)$(if $(2),/$(2)) && $(STRIP) --strip-debug $(SODEST)$(if $(2),/$(2),/$(notdir $(1))) && \ $(error COPYSO should not be used now with DISABLE_DYNLOADING)
cp $(1) $(OBJLOCAL)$(if $(2),/$(2))
endef endef
define COPYJAR define COPYJAR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment