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

Commit cc42a2d6 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 44bce0fb: merge from open-source master

Merge commit '44bce0fb' into kraken

* commit '44bce0fb':
  cpu-features.h is only available for ARM
parents 3b9255e3 44bce0fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

#include "codeflinger/GGLAssembler.h"

#ifdef __arm__
#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif