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

Commit fb05047e authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix bug: repeated restricted effective conditions." am: b2233cf1 am: b06302ee

Original change: https://android-review.googlesource.com/c/platform/build/+/1677687

Change-Id: Iac8cb1c87f52b888310e97ef38302cf486ab0ed2
parents 9a2ef432 b06302ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,7 @@ calculate_effective_conditions() {
       for d in ${depfiles}; do
         if cat "${d}" | egrep -q 'effective_condition\s*:.*restricted' ; then
           lconditions="${lconditions}${lconditions:+ }restricted"
           break
         fi
       done
     ;;