Skip to content

Commit

Permalink
Merge "libamrextractor: Add host support"
Browse files Browse the repository at this point in the history
  • Loading branch information
kalder authored and Gerrit Code Review committed Jun 9, 2020
2 parents d10311e + e3f825b commit bcfc35b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions media/extractors/amr/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ cc_library {
"libstagefright_foundation",
],

host_supported: true,
target: {
darwin: {
enabled: false,
},
}
}

0 comments on commit bcfc35b

Please sign in to comment.