forked from openkylin/platform_build
Add input HAL to device builds
Change-Id: I11d1624947dcc3cdcd0d648de6cc25901c91dac6
This commit is contained in:
parent
566239bc2e
commit
345ee05e77
|
@ -38,6 +38,8 @@ PRODUCT_PACKAGES += \
|
|||
fsck_msdos \
|
||||
ime \
|
||||
input \
|
||||
inputflinger \
|
||||
inputflingerhost \
|
||||
javax.obex \
|
||||
libandroid \
|
||||
libandroid_runtime \
|
||||
|
@ -55,6 +57,7 @@ PRODUCT_PACKAGES += \
|
|||
libeffects \
|
||||
libinput \
|
||||
libinputflinger \
|
||||
libinputflingerhost \
|
||||
libiprouteutil \
|
||||
libjnigraphics \
|
||||
libldnhncr \
|
||||
|
|
|
@ -48,7 +48,8 @@ PRODUCT_PACKAGES += \
|
|||
audio_policy.default \
|
||||
local_time.default \
|
||||
vibrator.default \
|
||||
power.default
|
||||
power.default \
|
||||
input.evdev.default
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
||||
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
||||
|
|
Loading…
Reference in New Issue