Add libnpt back into system.

It must be there for libjdwp to find it and load the debugger transport
correctly. This is a temporary fix while we are looking into loading libnpt
from the Runtime APEX.

Bug: 124498388
Test: adb forward tcp:5555 jdwp:`adb shell pidof com.android.email` && jdb -attach localhost:5555
Test: atest CtsJdwpTestCases
Change-Id: I644c092c2ad5f6c9669bdccc24c7953d3be6b328
This commit is contained in:
Martin Stjernholm 2019-02-15 14:28:18 +00:00
parent b41ab14b1e
commit fd0b822d09
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@ 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