Skip to content

Commit

Permalink
Take a guess as to the rename changes changes needed to the Android p…
Browse files Browse the repository at this point in the history
…art of the build.

I think this should work, but I can't test it.
  • Loading branch information
hawicz committed Jul 29, 2012
1 parent 1f9d199 commit 2f2180b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ ANDROID_CFLAGS = -I$(top_srcdir) -DHAVE_CONFIG_H

Android.mk: Makefile.am
androgenizer -:PROJECT json-c \
-:SHARED libjson \
-:SHARED libjson-c \
-:TAGS eng debug \
-:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
-:SOURCES $(libjson_la_SOURCES) $(nodist_libjson_la_SOURCES) \
-:CFLAGS $(DEFS) $(ANDROID_CFLAGS) $(libjson_la_CFLAGS) \
-:LDFLAGS $(libjson_la_LDFLAGS) $(libjson_la_LIBADD) \
-:HEADER_TARGET json \
-:HEADERS $(libjsoninclude_HEADERS) \
-:SOURCES $(libjson_c_la_SOURCES) $(nodist_libjson_c_la_SOURCES) \
-:CFLAGS $(DEFS) $(ANDROID_CFLAGS) $(libjson_c_la_CFLAGS) \
-:LDFLAGS $(libjson_c_la_LDFLAGS) $(libjson_c_la_LIBADD) \
-:HEADER_TARGET json-c \
-:HEADERS $(libjson_cinclude_HEADERS) \
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
> $@

0 comments on commit 2f2180b

Please sign in to comment.