Add input.evdev.default to base.mk
The new inputflinger requires it (as of now), so it doesn't make sense to have it included only in generic_no_telephony.mk. Change-Id: I8e34c8d75839e1bfe31bf29fe22a2fc6111b44c1
This commit is contained in:
parent
1260e08d02
commit
5b1d9f78b1
2 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,7 @@ PRODUCT_PACKAGES += \
|
|||
fsck_msdos \
|
||||
ime \
|
||||
input \
|
||||
input.evdev.default \
|
||||
inputflinger \
|
||||
inputflingerhost \
|
||||
javax.obex \
|
||||
|
|
|
@ -48,8 +48,7 @@ PRODUCT_PACKAGES += \
|
|||
audio_policy.default \
|
||||
local_time.default \
|
||||
vibrator.default \
|
||||
power.default \
|
||||
input.evdev.default
|
||||
power.default
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
||||
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
||||
|
|
Loading…
Reference in a new issue