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

Commit 52cee309 authored by Ray Essick's avatar Ray Essick
Browse files

Reduce use of include_dirs within mainline modules

replace include_dirs with static_libs, shared_libs, or header_libs.
Dropped several sets of headers were completely unused.

Bug: 201944383
Test: build
Change-Id: I20d148d9077afdc7a18149d3b57ed78617bda6a2
parent e604f3de
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -139,11 +139,6 @@ cc_library_static {
        },
    },

    include_dirs: [
        "frameworks/av/include",
        "frameworks/av/media/libstagefright/include",
    ],

    local_include_dirs: ["src"],
    export_include_dirs: ["inc"],

+0 −2
Original line number Diff line number Diff line
@@ -108,8 +108,6 @@ cc_library_static {
        cfi: true,
    },

    include_dirs: ["frameworks/av/media/libstagefright/include"],

    header_libs: ["libstagefright_mp3dec_headers"],
    export_header_lib_headers: ["libstagefright_mp3dec_headers"],

+0 −6
Original line number Diff line number Diff line
@@ -27,11 +27,6 @@ cc_defaults {
        "ESQueue.cpp",
    ],

    include_dirs: [
        "frameworks/av/media/libstagefright",
        "frameworks/native/include/media/openmax",
    ],

    cflags: [
        "-Werror",
        "-Wall",
@@ -76,7 +71,6 @@ cc_defaults {
    },
}


cc_library_static {
    name: "libstagefright_mpeg2support",
    defaults: [