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
|
@ -38,6 +38,7 @@ PRODUCT_PACKAGES += \
|
||||||
fsck_msdos \
|
fsck_msdos \
|
||||||
ime \
|
ime \
|
||||||
input \
|
input \
|
||||||
|
input.evdev.default \
|
||||||
inputflinger \
|
inputflinger \
|
||||||
inputflingerhost \
|
inputflingerhost \
|
||||||
javax.obex \
|
javax.obex \
|
||||||
|
|
|
@ -48,8 +48,7 @@ PRODUCT_PACKAGES += \
|
||||||
audio_policy.default \
|
audio_policy.default \
|
||||||
local_time.default \
|
local_time.default \
|
||||||
vibrator.default \
|
vibrator.default \
|
||||||
power.default \
|
power.default
|
||||||
input.evdev.default
|
|
||||||
|
|
||||||
PRODUCT_COPY_FILES := \
|
PRODUCT_COPY_FILES := \
|
||||||
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
||||||
|
|
Loading…
Reference in New Issue