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

Commit 7fe35b2d authored by Ram Mohan M's avatar Ram Mohan M Committed by android-build-merger
Browse files

Merge "omxvts: fix binary for 64bit platforms" into oc-mr1-dev am: 7e028640

am: db285e93

Change-Id: I2e79899adf6599684815bea6f6f6a9aaed41de4c
parents 969e5868 db285e93
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */

#define LOG_TAG "media_omx_hidl_audio_dec_test"
#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif

#include <android-base/logging.h>

#include <android/hardware/media/omx/1.0/IOmx.h>
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */

#define LOG_TAG "media_omx_hidl_audio_enc_test"
#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif

#include <android-base/logging.h>

#include <android/hardware/media/omx/1.0/IOmx.h>
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */

#define LOG_TAG "media_omx_hidl_audio_test_common"
#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif

#include <android-base/logging.h>

#include <android/hardware/media/omx/1.0/IOmx.h>
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
 */

#define LOG_TAG "media_omx_hidl_video_test_common"

#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@
 */

#define LOG_TAG "media_omx_hidl_component_test"
#ifdef __LP64__
#define OMX_ANDROID_COMPILE_AS_32BIT_ON_64BIT_PLATFORMS
#endif

#include <android-base/logging.h>

#include <android/hardware/media/omx/1.0/IOmx.h>
Loading