cbd81cde70
Originally this patch is made for Galaxy Tab S5e But I cherry-picked this to our Galaxy Tab S3 device comes with editing the parameter key, values. Thanks LuK1337 for this amazing patch. Change-Id: Ibc053edf1fa7e797f6457dfead416b177da57ab6
14 lines
292 B
Makefile
14 lines
292 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := set-audio-rotation
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_INIT_RC := set-audio-rotation.rc
|
|
LOCAL_SRC_FILES := \
|
|
set-audio-rotation.cpp
|
|
LOCAL_SHARED_LIBRARIES := \
|
|
libbase \
|
|
libtinyalsa
|
|
|
|
include $(BUILD_EXECUTABLE)
|