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

Commit 1fb1d31c authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Add a package used for updatable media component

Test: build
Bug: 67908547
Change-Id: Ia646adac183b1036d42fb6a138160e7b76b800ac
parent 3d2c309b
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
#
# Copyright 2017 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

LOCAL_PATH := $(call my-dir)

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

include $(BUILD_PACKAGE)
+14 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.media.update"
    android:versionCode="1"
    android:versionName="1.0" >

    <application
        android:label="Media Components Update"
        android:multiArch="true"
        android:allowBackup="false"
        android:extractNativeLibs="false">
    </application>

</manifest>

packages/OWNERS

0 → 100644
+6 −0
Original line number Diff line number Diff line
akersten@google.com
dwkang@google.com
jaewan@google.com
marcone@google.com
sungsoo@google.com
wjia@google.com