Fix PDK build
This commit disables "bootstat" in PDK builds because "bootstat" depends on "libstatslog" (from "frameworks/base") which is not included in PDK builds as well. Test: Build a target (described in http://b/72961456) with `platform.zip` built from master FSK source tree. Bug: 72961456 Change-Id: I06b1555694510e17ea82d5c6dfcdeaf99b905e4d
This commit is contained in:
parent
fd01164a8d
commit
4892bbf8d2
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ cc_binary {
|
|||
shared_libs: ["liblogcat"],
|
||||
init_rc: ["bootstat.rc"],
|
||||
product_variables: {
|
||||
pdk: {
|
||||
enabled: false,
|
||||
},
|
||||
debuggable: {
|
||||
init_rc: ["bootstat-debug.rc"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue