aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/Android.bp
blob: a3366163f41f53d60503606ac3aa8218fe9ac364 (plain)
1
2
3
4
5
6
7
8
9
10
subdirs = [
    "audio_coding/codecs/isac/fix",
    "audio_coding/codecs/isac/main",
    "audio_processing",
]

cc_library_headers {
    name: "libwebrtc_modules_headers",
    export_include_dirs: ["include"],
}