Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d73a1d99 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Fix for sdk builds.

Test: sdk build passes.
Bug: 67908547
Change-Id: I43a81e65bd2486b1e8d8431c0d4f451f170e58bc
parent 3e6d245e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@

namespace android {

static const char *kUpdateApkPath = "/system/priv-app/MediaUpdate/MediaUpdate.apk";
static const char *kUpdateApkPath = "/system/app/MediaUpdate/MediaUpdate.apk";

// static
sp<IMediaExtractor> MediaExtractorFactory::Create(
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ include $(CLEAR_VARS)

LOCAL_PACKAGE_NAME := MediaUpdate
LOCAL_MODULE_OWNER := google
LOCAL_PRIVILEGED_MODULE := true

# TODO: create a separate key for this package.
LOCAL_CERTIFICATE := platform
@@ -34,6 +33,7 @@ LOCAL_PROGUARD_FLAG_FILES := proguard.cfg
LOCAL_MULTILIB := first

# Embed native libraries in package, rather than installing to /system/lib*.
# TODO: Find a right way to include libs in the apk. b/72066556
LOCAL_MODULE_TAGS := samples

# To embed native libraries in package, uncomment the lines below.