Mercurial > MadButterfly
changeset 515:ccc6bdc7e5a0 Android_Skia
Add system/core/include as one of include pathes.
It is essentially for using SkRefCnt::ref()/unref().
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Tue, 01 Dec 2009 22:55:27 +0800 |
parents | 663d361eb3b8 |
children | 0d9f1f4d3154 |
files | Android/mb/Android.mk |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)