Skip to content

Commit

Permalink
commented out INLINE_TRANSACTION_DATA mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
rong1129 committed Feb 27, 2012
1 parent f84334b commit 7221c17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include cutils/Makefile
include utils/Makefile
include binder/Makefile

CFLAGS := -I.. -Iinclude -DHAVE_PTHREADS -DHAVE_SYS_UIO_H -DHAVE_ENDIAN_H -DINLINE_TRANSACTION_DATA
CFLAGS := -I.. -Iinclude -DHAVE_PTHREADS -DHAVE_SYS_UIO_H -DHAVE_ENDIAN_H #-DINLINE_TRANSACTION_DATA

libbinder.a: $(objects)
ar cr $@ $^
Expand Down
2 changes: 1 addition & 1 deletion servicemanager/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: servicemanager

CFLAGS := -DINLINE_TRANSACTION_DATA
#CFLAGS := -DINLINE_TRANSACTION_DATA

servicemanager: binder.o service_manager.o
gcc -o $@ $^
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: binder_tester binderAddInts server client

CFLAGS := -DINLINE_TRANSACTION_DATA #-DSIMULATE_FREE_BUFFER
CFLAGS := #-DINLINE_TRANSACTION_DATA #-DSIMULATE_FREE_BUFFER

binder_tester: binder_tester.c
gcc $(CFLAGS) -Wall -o $@ -I../module $<
Expand Down

0 comments on commit 7221c17

Please sign in to comment.