Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
am: 7f07df8aaf
Change-Id: I8280267ca048d8941580ba340385d168f2a7d23d
This commit is contained in:
commit
af922be502
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ cc_library_shared {
|
|||
export_header_lib_headers: ["libhardware_headers"],
|
||||
|
||||
vendor_available: true,
|
||||
vndk: {
|
||||
enabled: true,
|
||||
support_system_process: true,
|
||||
},
|
||||
}
|
||||
|
||||
subdirs = [
|
||||
|
|
Loading…
Reference in a new issue