From c45b7e3d98f87bfbf5a65c73d2f1fe6cb67f897e Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 5 Jun 2017 15:46:00 +0100 Subject: [PATCH] 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 --- target/product/base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base.mk b/target/product/base.mk index a671203ab..89027bfba 100644 --- a/target/product/base.mk +++ b/target/product/base.mk @@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \ appops \ am \ android.policy \ + android.test.mock \ android.test.runner \ app_process \ applypatch \