Files
hardware_interfaces/media/1.0/xml/Android.mk
Steven Moreland 9c353be047 Move media configuration to its own directory.
This mirrors the audio configuration and will moves the makefile
so it is no longer in a location that hidl-gen should have been
generating makefiles to.

Bug: none
Test: none
Change-Id: If4bb8b176d0f498667d63d4161e852bf30f8affe
2017-12-18 14:09:14 -08:00

15 lines
291 B
Makefile

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)