# HG changeset patch # User Thinker K.F. Li # Date 1259679327 -28800 # Node ID ccc6bdc7e5a0a10e3108c5eb63cdf528a90bf1af # Parent 663d361eb3b835ba5863b9cd3609a8e671216b0d Add system/core/include as one of include pathes. It is essentially for using SkRefCnt::ref()/unref(). diff -r 663d361eb3b8 -r ccc6bdc7e5a0 Android/mb/Android.mk --- a/Android/mb/Android.mk Tue Dec 01 22:55:27 2009 +0800 +++ b/Android/mb/Android.mk Tue Dec 01 22:55:27 2009 +0800 @@ -7,7 +7,9 @@ LOCAL_CONFIGURE_ARGS := --enable-skia --config-cache LOCAL_CFLAGS := -I$(shell pwd)/$(call include-path-for,corecg) \ -I$(shell pwd)/$(call include-path-for,corecg)/../effects/ \ - -I$(shell pwd)/$(call include-path-for,frameworks-base) + -I$(shell pwd)/$(call include-path-for,frameworks-base) \ + -I$(shell pwd)/$(call include-path-for,system-core) +# LOCAL_CFLAGS += -O0 -g LOCAL_CONFIGURE_CACHE := config.cache include $(BUILD_AUTOCONF)