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

Commit 2ee400dd authored by Jiyong Park's avatar Jiyong Park
Browse files

Build android.hardware.cas@1.0-service with BOARD_VNDK_VERSION

Add libstagefright_foundation_headers and media_plugin_headers
explicitly since global include paths are not provided when building
with BOARD_VNDK_VERSION set.

Bug: 37342627
Test: BOARD_VNDK_VERSION=current m -j android.hardware.cas@1.0-service

Change-Id: I6b0b38a5c66a96d92b00d84904b2254b9e70d458
parent 6f6840a9
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -32,4 +32,8 @@ cc_binary {
      "liblog",
      "liblog",
      "libutils",
      "libutils",
    ],
    ],
    header_libs: [
      "libstagefright_foundation_headers",
      "media_plugin_headers",
    ],
}
}