Add host support for libxaacdec

Test: Build libxaacdec on host
Bug: 139379050
Change-Id: I7b71c4c00839597c66d97077870d55beb55f34a1
This commit is contained in:
Harish Mahendrakar 2019-08-16 14:32:55 -07:00
parent b3e1c0361a
commit 0f1f783387

View file

@ -2,7 +2,7 @@ cc_library_static {
name: "libxaacdec",
vendor_available: true,
host_supported:true,
cflags: [
"-O3"
],