mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
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
15 lines
291 B
Makefile
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)
|
|
|