Skip to content
  1. Jan 11, 2022
  2. Jan 10, 2022
  3. Jan 08, 2022
  4. Jan 07, 2022
    • Cole Faust's avatar
      Consolidate conversions of is-board-platform(2) · b2e0b601
      Cole Faust authored
      mk2rbc implements conversions for both
      is-board-platform(-in-list) and
      is-board-platform(-in-list)2. The conversions
      are not the same despite the functions being the
      same. Make them convert to the same thing.
      
      Bug: 201477826
      Test: go test
      Change-Id: I688a2f6114e1688c713e42f0f9229cbc5ee6a917
      b2e0b601
    • Cole Faust's avatar
      Make include_top comments only apply to the next statement · 6c934f63
      Cole Faust authored
      Previously adding an include_top comment would make it apply
      for the rest of the file. This was confusing behavior, and
      could also cause extra roots to be searched in a situation
      like the following:
      
      \#RBC# include_top foo
      include $(VAR)/file.mk
      \#RBC# include_top bar
      include $(VAR)/file.mk
      
      Here the second include would have file.mk from both the foo
      and bar directories in its _entry dictionary.
      
      Bug: 213508006
      Test: go test
      Change-Id: If3430594759bee1390255400fe29b43d77f7b6a6
      6c934f63
    • Cole Faust's avatar
      Convert math functions · b1103e25
      Cole Faust authored
      Converts the following functions from build/make/common/math.mk:
       - math_max
       - math_min
       - math_gt_or_eq
       - math_gt
       - math_lt
      
      Fixes: 213497955
      Test: go test
      Change-Id: I8c4e8fee321f03b813428fa10038fa8f06188cef
      b1103e25
    • Inseob Kim's avatar
      Add sepolicy compat versions to soong config · 843f6646
      Inseob Kim authored
      Bug: 33691272
      Test: build
      Change-Id: If90f25540e8fd46e5c76e2a59015d46dd020c431
      843f6646
    • Inseob Kim's avatar
      Fix format · f5ed300d
      Inseob Kim authored
      Test: gofmt
      Change-Id: Ib88fea484cb8b71ae940fe8c21b2c687eba2d019
      f5ed300d
  5. Jan 06, 2022
  6. Jan 05, 2022
Loading