Remove libnpt from system again.
http://r.android.com/914573 fixes libjdwp to look for it in the APEX. Test: Flash and boot Test: adb forward tcp:5555 jdwp:`adb shell pidof com.android.email` && jdb -attach localhost:5555 Test: atest CtsJdwpTestCases Bug: 124498388 Change-Id: Idf380660a21c88969e42d6a03a6b50fd2baa4c17
This commit is contained in:
parent
a2f536f9fa
commit
616dc79043
2 changed files with 2 additions and 5 deletions
|
@ -599,6 +599,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libvixld.so)
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/dex_bootjars)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/dex_bootjars_input)
|
||||
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libnpt.so)
|
||||
|
||||
# ************************************************
|
||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||
# ************************************************
|
||||
|
|
|
@ -38,11 +38,6 @@ PRODUCT_PACKAGES += \
|
|||
libicui18n \
|
||||
libicuuc \
|
||||
|
||||
# TODO(b/124498388): This currently needs to be in /system/lib for the debugger
|
||||
# transport to work.
|
||||
PRODUCT_PACKAGES += \
|
||||
libnpt
|
||||
|
||||
# Android Runtime APEX module.
|
||||
PRODUCT_PACKAGES += com.android.runtime
|
||||
|
||||
|
|
Loading…
Reference in a new issue