forked from openkylin/platform_build
merge from open-source master
This commit is contained in:
commit
e1b710a5ba
|
@ -68,6 +68,9 @@ endif
|
||||||
# will be added to LOCAL_CFLAGS when building the module.
|
# will be added to LOCAL_CFLAGS when building the module.
|
||||||
#DEBUG_MODULE_ModuleName:=true
|
#DEBUG_MODULE_ModuleName:=true
|
||||||
|
|
||||||
|
# Specify an alternative tool chain prefix if needed.
|
||||||
|
#TARGET_TOOLS_PREFIX:=
|
||||||
|
|
||||||
# Specify the extra CFLAGS to use when building a module whose
|
# Specify the extra CFLAGS to use when building a module whose
|
||||||
# DEBUG_MODULE_ variable is set. Host and device flags are handled
|
# DEBUG_MODULE_ variable is set. Host and device flags are handled
|
||||||
# separately.
|
# separately.
|
||||||
|
|
|
@ -74,6 +74,7 @@ libRS.so 0xAB900000
|
||||||
|
|
||||||
|
|
||||||
# audio
|
# audio
|
||||||
|
libFLAC.so 0xAB8A0000
|
||||||
libaudiopolicy.so 0xAB880000
|
libaudiopolicy.so 0xAB880000
|
||||||
libaudiopolicygeneric.so 0xAB800000
|
libaudiopolicygeneric.so 0xAB800000
|
||||||
libsoundpool.so 0xAB780000
|
libsoundpool.so 0xAB780000
|
||||||
|
|
Loading…
Reference in New Issue