forked from openkylin/platform_build
Merge "Add bluetooth libraries to mainline_system." am: e1d2c8d647
am: 5c9730bcc3
Change-Id: I7cf49bcf879e80d8dd3481d97e0bef0736db98ae
This commit is contained in:
commit
c5f2df2757
|
@ -32,6 +32,11 @@ PRODUCT_PACKAGES += \
|
||||||
cppreopts.sh \
|
cppreopts.sh \
|
||||||
otapreopt_script \
|
otapreopt_script \
|
||||||
|
|
||||||
|
# Bluetooth libraries
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
audio.a2dp.default \
|
||||||
|
audio.hearing_aid.default \
|
||||||
|
|
||||||
# Enable dynamic partition size
|
# Enable dynamic partition size
|
||||||
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
|
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue