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

Commit 500356a8 authored by jrior001's avatar jrior001
Browse files

libstagefright: ifdef the audio_defs.h include for QCOM_DIRECTTRACK

Devices that use BOARD_USES_LEGACY_ALSA_AUDIO do not use this file,
this was breaking build for all 8960 devices.

Change-Id: Ic0ae606615f7ccc72cef9836d52bfa7045f326ae
parent cb26de77
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,8 +40,10 @@
#ifdef ENABLE_AV_ENHANCEMENTS
#include "QCMediaDefs.h"
#include "QCMetaData.h"
#ifndef QCOM_DIRECTTRACK
#include "audio_defs.h"
#endif
#endif

namespace android {