Skip to content

Commit

Permalink
Corrected syntax in Android.bp files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-losev authored and Oleg Nabiullin committed Apr 25, 2019
1 parent c21d85d commit 05ecdb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ cc_library_headers {
"soong_libmfx_api_headers"
],

export_include_dirs = [
export_include_dirs: [
"include"
],

export_header_lib_headers = [
export_header_lib_headers: [
"soong_libmfx_api_headers"
],

Expand Down
2 changes: 1 addition & 1 deletion api/Android.bp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cc_library_headers {
name: "soong_libmfx_api_headers",

export_include_dirs = [
export_include_dirs: [
"include"
],

Expand Down

0 comments on commit 05ecdb3

Please sign in to comment.