diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-09 17:59:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-11 10:07:12 +0300 |
commit | b9bef032ce65ac392a9d73e6d548496719869f32 (patch) | |
tree | 3e3da9b03725d3558d4f5ff6564cb244828cbc43 /android/Bootstrap/Makefile.shared | |
parent | 5476c14de5701478b2c36ca170ec4d713be18612 (diff) |
COPYSO should not be used with DISABLE_DYNLOADING
Change-Id: I0e04cd8fe35a487b85cd3abd420d24ab2a55821a
Diffstat (limited to 'android/Bootstrap/Makefile.shared')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index f1a7aa91f77d..e0bd143eb81c 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -15,8 +15,7 @@ SODEST=libs/$(ANDROID_APP_ABI) OBJLOCAL=obj/local/$(ANDROID_APP_ABI) define COPYSO -cp $(1) $(SODEST)$(if $(2),/$(2)) && $(STRIP) --strip-debug $(SODEST)$(if $(2),/$(2),/$(notdir $(1))) && \ -cp $(1) $(OBJLOCAL)$(if $(2),/$(2)) + $(error COPYSO should not be used now with DISABLE_DYNLOADING) endef define COPYJAR |