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

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

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

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

Change-Id: I25252c92e92a3ab54e008670856fb9bf3ed2b620
parents e9a711bc b2233cf1
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
     ;;