Files
build_soong/android
Felka Chang f13642ef24 Add product_variables.eng.optimize.enabled
The default build is to enable optimization for all of module.
In order to have the feasibility to the owners of the modules,
to create product_variables.eng.optimize.enabled let the owners
to have the choice to decide whether the build enable the optimization
or not.

Test: atest -m # build soong
Test: # follow Developing for Soong & setup GOPATH
      # to run the new tests in variables_test.go
    cd $GOPATH; \
    go test android/soong/android
Test: #1. change frameworks/base/packages/SystemUI/Android.bp to change
          product_variables.eng.optimize.enabled = false;
      #2. source build/setupenv.sh;
      #3. lunch aosp_x86-eng; make -j16 SystemUI
      #4. lunch aosp_x86-userdebug; make -j16 SystemUI
      #5. aosp_x86-eng should be bigger than aosp_x86-userdebug
Bug: 130259652

Change-Id: Ie62c35458ca91d66ec65bda58d315fb971139849
2020-04-01 12:23:12 +00:00
..
2020-01-24 16:43:40 -08:00
2019-12-18 08:19:10 -08:00
2018-07-22 21:18:45 -07:00
2019-10-18 18:28:00 +00:00
2020-01-22 16:54:18 -08:00
2019-12-18 08:19:10 -08:00
2019-12-18 08:19:10 -08:00
2020-01-24 16:43:40 -08:00
2019-12-18 08:19:10 -08:00
2020-01-22 16:54:18 -08:00
2019-12-18 08:19:10 -08:00
2019-12-19 09:22:36 -08:00
2019-12-18 08:19:10 -08:00
2020-03-28 16:42:17 -07:00
2019-02-20 15:43:06 -08:00