Remove unsupported/unused No_pie property
Bug: http://b/111000882 Doesn't seem to be supported. Test: AOSP build, TreeHugger Change-Id: Idaab52caa876102b062b3c21acd42c37328bd328
This commit is contained in:
parent
ffc924b8f8
commit
19fae4e803
|
@ -41,9 +41,6 @@ type BinaryLinkerProperties struct {
|
|||
// extension (if any) appended
|
||||
Symlinks []string `android:"arch_variant"`
|
||||
|
||||
// do not pass -pie
|
||||
No_pie *bool `android:"arch_variant"`
|
||||
|
||||
DynamicLinker string `blueprint:"mutated"`
|
||||
|
||||
// Names of modules to be overridden. Listed modules can only be other binaries
|
||||
|
|
Loading…
Reference in New Issue