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

Commit 75d56fe2 authored by Colin Cross's avatar Colin Cross
Browse files

Add #defines for riscv64

Add #defines for riscv64 to g722_typedefs.h to fix aosp_riscv64-userdebug
build.

Test: lunch aosp_riscv64-userdebug && m
Change-Id: I54e296144d6bd0a26b518f5159fa933a64be1eff
parent 151465a9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -47,6 +47,9 @@
#elif defined(__pnacl__)
#define WEBRTC_ARCH_32_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#elif defined(__riscv) && __riscv_xlen == 64
#define WEBRTC_ARCH_64_BITS
#define WEBRTC_ARCH_LITTLE_ENDIAN
#else
#error Please add support for your architecture in typedefs.h
#endif