Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7ceb431 authored by Trevor Radcliffe's avatar Trevor Radcliffe
Browse files

Allowlist sysprop commands for bp2build

Bug: 235131252
Test: Build the commands in this directory
Change-Id: I0292ee7158c199daf5536015a9d04c4a57e2e618
parent 74788ec2
Loading
Loading
Loading
Loading
+180 −178
Original line number Diff line number Diff line
@@ -199,6 +199,7 @@ var (
		"system/core/libutils":                                   Bp2BuildDefaultTrueRecursively,
		"system/core/libvndksupport":                             Bp2BuildDefaultTrueRecursively,
		"system/core/property_service/libpropertyinfoparser":     Bp2BuildDefaultTrueRecursively,
		"system/core/property_service/libpropertyinfoserializer": Bp2BuildDefaultTrueRecursively,
		"system/libartpalette":                                   Bp2BuildDefaultTrueRecursively,
		"system/libbase":                                         Bp2BuildDefaultTrueRecursively,
		"system/libfmq":                                          Bp2BuildDefaultTrue,
@@ -212,6 +213,7 @@ var (
		"system/sepolicy/apex":                                   Bp2BuildDefaultTrueRecursively,
		"system/timezone/apex":                                   Bp2BuildDefaultTrueRecursively,
		"system/timezone/output_data":                            Bp2BuildDefaultTrueRecursively,
		"system/tools/sysprop":                                   Bp2BuildDefaultTrue,
		"system/unwinding/libunwindstack":                        Bp2BuildDefaultTrueRecursively,
		"tools/apksig":                                           Bp2BuildDefaultTrue,
		"tools/platform-compat/java/android/compat":              Bp2BuildDefaultTrueRecursively,