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

Commit cd5b443b authored by Steven Moreland's avatar Steven Moreland
Browse files

Add Android.mk back for media profile.

Accidentally removed by f390f03a
because it lives where auto-generated makefiles should.

Bug: none
Test: pass
Change-Id: Ied4fbc279c79d9bf64605886cee7b2fa87248896
parent a2d9704c
Loading
Loading
Loading
Loading

media/1.0/Android.mk

0 → 100644
+14 −0
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)

#######################################
# media_profiles_V1_0.dtd

include $(CLEAR_VARS)

LOCAL_MODULE := media_profiles_V1_0.dtd
LOCAL_SRC_FILES := media_profiles.dtd
LOCAL_MODULE_CLASS := ETC
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)

include $(BUILD_PREBUILT)