From fcc77c01a50e3b112c6598636e270fa18f7213dc Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Mon, 27 Jan 2020 10:45:48 +0900 Subject: Fix aosp_qemu_trusty build error base_system.mk references the tethering module in PRODUCT_UPDATABLE_BOOT_JARS, however this qemu target does not inherit from base_system.mk and is missing the jar. Fix the error by adding an entry for the module. Fixes: 148288389 Test: forrest build builds Change-Id: Ifd5f90bab54af593b298a6646c70c5bbe34bfda1 --- qemu_trusty_base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu_trusty_base.mk b/qemu_trusty_base.mk index 5c6e63e..d9b866a 100644 --- a/qemu_trusty_base.mk +++ b/qemu_trusty_base.mk @@ -122,4 +122,5 @@ PRODUCT_BOOT_JARS := \ PRODUCT_UPDATABLE_BOOT_JARS := \ com.android.conscrypt:conscrypt \ + com.android.tethering:framework-tethering \ -- cgit v1.2.3