Merge "Enable DRM support in the SDK system image"

This commit is contained in:
Jean-Baptiste Queru 2012-05-24 10:14:05 -07:00 committed by android code review
commit 3deea32a31
2 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,10 @@ PRODUCT_PACKAGES := \
libwilhelm \
libz \
screencap \
sensorservice
sensorservice \
drmserver \
libdrmframework \
libdrmframework_jni
# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)

View File

@ -20,9 +20,6 @@
# in inherited configurations.
PRODUCT_PACKAGES := \
drmserver \
libdrmframework \
libdrmframework_jni \
libfwdlockengine \
OpenWnn \
PinyinIME \