init: move generated_android_ids to host_init_verifier
It's used only by host_init_verifier. This is to remove the unnecessary dependency from clients of init_host_defaults. Bug: 326509378 Test: mmma system/core/init Change-Id: I983fbfe616f0bcb87940c934e19f614d3bf51030
This commit is contained in:
parent
7428705371
commit
18407b7870
1 changed files with 3 additions and 1 deletions
|
@ -597,7 +597,6 @@ cc_defaults {
|
|||
},
|
||||
generated_headers: [
|
||||
"generated_stub_builtin_function_map",
|
||||
"generated_android_ids",
|
||||
],
|
||||
target: {
|
||||
android: {
|
||||
|
@ -613,6 +612,9 @@ cc_binary {
|
|||
name: "host_init_verifier",
|
||||
defaults: ["init_host_defaults"],
|
||||
srcs: ["host_init_verifier.cpp"] + init_common_sources + init_host_sources,
|
||||
generated_headers: [
|
||||
"generated_android_ids",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_host_static {
|
||||
|
|
Loading…
Reference in a new issue