created speex resampler library
Change-Id: I4424cb40416d94ccf4637fbbb53f02d595c31e3d
This commit is contained in:
parent
856c9df4fa
commit
99acb9c261
2 changed files with 4 additions and 2 deletions
|
@ -48,7 +48,8 @@ pathmap_INCL := \
|
|||
libthread_db:bionic/libthread_db/include \
|
||||
mkbootimg:system/core/mkbootimg \
|
||||
recovery:bootable/recovery \
|
||||
system-core:system/core/include
|
||||
system-core:system/core/include \
|
||||
speex:external/speex/include
|
||||
|
||||
#
|
||||
# Returns the path to the requested module's include directory,
|
||||
|
|
|
@ -94,7 +94,8 @@ PRODUCT_PACKAGES := \
|
|||
Bugreport \
|
||||
ip \
|
||||
screencap \
|
||||
sensorservice
|
||||
sensorservice \
|
||||
libspeexresampler
|
||||
|
||||
# host-only dependencies
|
||||
ifeq ($(WITH_HOST_DALVIK),true)
|
||||
|
|
Loading…
Reference in a new issue