Added android.test.mock to PRODUCT_PACKAGES

Adds android.test.mock.jar to the /system/framework
directory. That will allow it to be dynamically included
with a uses-library manifest entry.

Bug: 30188076
Test: flash and check contents of /system/framework
Change-Id: I3ea0e558276176edd21e24c8337980c5c02a652e
This commit is contained in:
Paul Duffin
2017-06-05 15:46:00 +01:00
parent d6e8002734
commit c45b7e3d98

View File

@@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \
appops \
am \
android.policy \
android.test.mock \
android.test.runner \
app_process \
applypatch \