From bb131ec4fffb73ac0d0ec1b37f07bed8a7a75aba Mon Sep 17 00:00:00 2001 From: Hangyu Kuang Date: Wed, 27 Nov 2019 17:29:09 -0800 Subject: [PATCH] MediaTranscodingService: Bring up the services. Bug: 145233472 Test: Build and flash the phone. dumpsys to show the service up and running. Change-Id: I179bf6b5048261a843a5058058102ca51f496e2b --- target/product/base_system.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 08db037eb2..415158b6bf 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -206,6 +206,7 @@ PRODUCT_PACKAGES += \ media_profiles_V1_0.dtd \ MediaProvider \ mediaserver \ + mediatranscoding \ mke2fs \ monkey \ mtpd \