Commit 49479b9
authored
[build] Relax 16k native library alignment checks (#10608)
Fixes: #10601
Context: https://android.googlesource.com/platform//system/extras/+/3c784e9fd9f4e3f8e363a023939567c41c19d634%5E%21/#F0
For 64-bit native libraries Android allows the alignment to be 16k at the minimum,
with any higher value acceptable as long as it's a power of two.
With this commit we follow suit, accepting the same set of values as Android.1 parent ccefa0d commit 49479b9
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments