Skip to content

Commit

Permalink
am 0ac89b4: Merge "Remove libGLES_android from non-emulator builds; R…
Browse files Browse the repository at this point in the history
…emove screenrecord from SDK build."

* commit '0ac89b459542ef88a8c61f45f0d6b680f9931ddf':
  Remove libGLES_android from non-emulator builds; Remove screenrecord from SDK build.
  • Loading branch information
Ying Wang authored and Android Git Automerger committed Apr 15, 2014
2 parents 041d447 + 0ac89b4 commit 6e3bbf6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion target/product/core_base.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ PRODUCT_PACKAGES += \
mdnsd \
mms-common \
requestsync \
screenrecord \
telephony-common \
voip-common

Expand Down
1 change: 0 additions & 1 deletion target/product/embedded.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ PRODUCT_PACKAGES += \
libEGL \
libETC1 \
libFFTEm \
libGLES_android \
libGLESv1_CM \
libGLESv2 \
libbinder \
Expand Down
1 change: 1 addition & 0 deletions target/product/emulator.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ PRODUCT_PACKAGES += \
libGLESv1_CM_emulation \
lib_renderControl_enc \
libEGL_emulation \
libGLES_android \
libGLESv2_enc \
libOpenglSystemCommon \
libGLESv2_emulation \
Expand Down
3 changes: 2 additions & 1 deletion target/product/generic_no_telephony.mk
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ PRODUCT_PACKAGES += \
bcc \
clatd \
clatd.conf \
pppd
pppd \
screenrecord

PRODUCT_PACKAGES += \
librs_jni \
Expand Down

0 comments on commit 6e3bbf6

Please sign in to comment.