Merge commit 'goog/master' into eclair-release
This commit is contained in:
@@ -78,8 +78,8 @@ SHOW_COMMANDS:= $(filter showcommands,$(MAKECMDGOALS))
|
||||
COMMON_GLOBAL_CFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused
|
||||
COMMON_RELEASE_CFLAGS:= -DNDEBUG -UDEBUG
|
||||
|
||||
COMMON_GLOBAL_CPPFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Wnon-virtual-dtor
|
||||
COMMON_RELEASE_CPPFLAGS:= -DNDEBUG -UDEBUG
|
||||
COMMON_GLOBAL_CPPFLAGS:= $(COMMON_GLOBAL_CFLAGS)
|
||||
COMMON_RELEASE_CPPFLAGS:= $(COMMON_RELEASE_CFLAGS)
|
||||
|
||||
# Set the extensions used for various packages
|
||||
COMMON_PACKAGE_SUFFIX := .zip
|
||||
@@ -87,7 +87,7 @@ COMMON_JAVA_PACKAGE_SUFFIX := .jar
|
||||
COMMON_ANDROID_PACKAGE_SUFFIX := .apk
|
||||
|
||||
# list of flags to turn specific warnings in to errors
|
||||
TARGET_ERROR_FLAGS := -Werror=return-type
|
||||
TARGET_ERROR_FLAGS := -Werror=return-type -Werror=non-virtual-dtor
|
||||
|
||||
# TODO: do symbol compression
|
||||
TARGET_COMPRESS_MODULE_SYMBOLS := false
|
||||
|
@@ -50,7 +50,6 @@ libdvm.so 0xAD000000
|
||||
|
||||
# graphics
|
||||
libpixelflinger.so 0xACF00000
|
||||
libcorecg.so 0xACE00000
|
||||
libsurfaceflinger.so 0xACD00000
|
||||
libGLES_android.so 0xACC80000
|
||||
libagl.so 0xACC00000
|
||||
@@ -65,7 +64,7 @@ libacc.so 0xAC600000
|
||||
|
||||
libexif.so 0xAC500000
|
||||
libui.so 0xAC400000
|
||||
libsgl.so 0xAC000000
|
||||
libskia.so 0xAC000000
|
||||
|
||||
# audio
|
||||
libspeech.so 0xAB800000
|
||||
|
Reference in New Issue
Block a user