| commit | b5ccf1b5edc3f8795fe561c64e719d8204e3ef88 | [log] [tgz] |
|---|---|---|
| author | Ray Essick <essick@google.com> | Thu Sep 08 13:19:39 2022 -0500 |
| committer | Ray Essick <essick@google.com> | Sun Sep 11 15:39:39 2022 -0500 |
| tree | 7a8e7c5b9406f9982d6d0e7823066a41c0965a75 | |
| parent | 3f7ac78fa234a6fa40c6d49a67b1344320cb85aa [diff] [blame] |
Separate mainline-used ESDS from rest of libstagefright Move the ESDS library to its own directory, within mainline scope. Changes to other files that referenced it through stagefright paths. Bug: 245354160 Test: build and boot Change-Id: Ie50784b51a5e1cf7990d376f9a509f2cd3a82df9 Merged-In: Ie50784b51a5e1cf7990d376f9a509f2cd3a82df9
diff --git a/media/libmediaplayerservice/nuplayer/NuPlayer.cpp b/media/libmediaplayerservice/nuplayer/NuPlayer.cpp index 9b4fc8f..4851684 100644 --- a/media/libmediaplayerservice/nuplayer/NuPlayer.cpp +++ b/media/libmediaplayerservice/nuplayer/NuPlayer.cpp
@@ -60,7 +60,7 @@ #include <gui/Surface.h> -#include "ESDS.h" +#include <media/esds/ESDS.h> #include <media/stagefright/Utils.h> namespace android {