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

Commit 13738ffa 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

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

Change-Id: Iee4973fcf6cba7a368f314aa8978b306678d0247
parents 84e07fe2 7997351b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -19,6 +19,7 @@


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


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