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

Commit 0dc1dcfd authored by Glenn Kasten's avatar Glenn Kasten Committed by Automerger Merge Worker
Browse files

Merge "Include what you use: <cutils/bitops.h> for popcount" am: a4d629d3...

Merge "Include what you use: <cutils/bitops.h> for popcount" am: a4d629d3 am: e9458106 am: 7997351b am: 13738ffa

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1354145

Change-Id: Ia52293bc36c6336213bb3d0e43bbf6612a60e888
parents 102a3ca9 13738ffa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <audio_utils/clock.h>
#include <audio_utils/PowerLog.h>
#include <cutils/bitops.h>
#include <cutils/properties.h>
#include <system/audio.h>

+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
#include <set>
#include <unordered_set>
#include <vector>
#include <cutils/bitops.h>
#include <cutils/properties.h>
#include <utils/Log.h>
#include <media/AudioParameter.h>