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

Commit 7997351b 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 am: e9458106

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

Change-Id: I1613f16bdb589ab57f6d687578b0af9cbc7c664b
parents 40eb0159 e9458106
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>