File: Android.bp

package info (click to toggle)
intel-mediasdk 22.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 86,508 kB
  • sloc: cpp: 1,055,709; ansic: 25,847; asm: 17,754; python: 8,951; cs: 965; sh: 543; makefile: 528; lisp: 52
file content (17 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cc_library_headers {
    name: "soong_libmfx_headers",

    header_libs: [
        "soong_libmfx_api_headers"
    ],

    export_include_dirs: [
        "include"
    ],

    export_header_lib_headers: [
        "soong_libmfx_api_headers"
    ],

    vendor: true,
}