Commit c214eb0
committed
installd: fix build with ToT LLVM
Fixes:
frameworks/native/cmds/installd/otapreopt_chroot.cpp:176:17: error: use of undeclared identifier 'CLONE_NEWNS'
176 | if (unshare(CLONE_NEWNS) != 0) {
| ^
Test: presubmit
Change-Id: I66251394098c4d70ce5cb09082fa707a7f8539c51 parent 17e176a commit c214eb0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments