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

Commit 6d437e09 authored by Victor Chang's avatar Victor Chang Committed by Gerrit Code Review
Browse files

Merge "Avoid exporting libandroidicu headers from libmedia"

parents ac536c6c 84890c23
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 {