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

Commit b6530c49 authored by Victor Chang's avatar Victor Chang Committed by Automerger Merge Worker
Browse files

Merge "Avoid exporting libandroidicu headers from libmedia" am: 6d437e09

parents 3842f346 6d437e09
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -384,7 +384,6 @@ cc_library {
    export_shared_lib_headers: [
        "libaudioclient",
        "libbinder",
        "libandroidicu",
        //"libsonivox",
        "libmedia_omx",
        "framework-permission-aidl-cpp",
+6 −3
Original line number Diff line number Diff line
@@ -21,9 +21,12 @@

#include "StringArray.h"

#include "unicode/ucnv.h"
#include "unicode/ucsdet.h"
#include "unicode/ustring.h"
/** Declare opaque structures from ICU4C. */
struct UConverter;
typedef struct UConverter UConverter;

struct UCharsetMatch;
typedef struct UCharsetMatch UCharsetMatch;

namespace android {