The PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO flag makes sure that the bionic's
PAGE_SIZE macro is not used.
Bug: 346873199
Test: Built targets
$ get_build_var TARGET_NO_BIONIC_PAGE_SIZE_MACRO
true
Flag: EXEMPT bugfix
Change-Id: I267363a23c28edc564b61074f53f223fafdcc2b2
The TARGET_RW_FILE_SYSTEM_TYPE will contain the rw filesystem
to use. The rw filesystem for the devices can be f2fs or ext4.
If TARGET_RW_FILE_SYSTEM_TYPE is not defined, the default
fs will be f2fs.
Bug: 356425337
Test: $ source build/envsetup.sh
$ lunch [zumapro]-trunk_staging-userdebug
$ m
$ ./vendor/google/tools/flashall -w
Flag: EXEMPT bugfix
Change-Id: Ib087a06a98525ca449253dffce9df470a05432d3
The efs read/write partitions will be part of the fstab.rw.efs
file and will have their own RC file to mount them.
This change allows us to identify the different partitions and
their types. It will also make easier to select different
RC files depending on the page size.
Bug: 356425337
Test: $ source build/envsetup.sh
$ lunch [zumapro]-trunk_staging-userdebug
$ m
$ ./vendor/google/tools/flashall -w
Flag: EXEMPT bugfix
Change-Id: I3eb877ecc3ccf435110ee0da4a949b44729b3bdb
Set the variable is true when USE_LASSEN_OEMHOOK is true and
BOARD_WITHOUT_RADIO is not true.
Flag: EXEMPT bugfix
Bug: 325857852
Test: m ConnectivityMonitor
Change-Id: I3526c27ea9f48455891c2839fb37bf9a95bd78e0
Pixel has removed unnecessary allocation padding, and we now pass
dEQP with a maximum physical core index setting of 4, which allows
the driver to utilize 2 GPU cores (1001b) in the extreme tests.
Bug: 221255664
Test: atest CtsDeqpTestCases -- --module-arg 'CtsDeqpTestCases:include-filter:dEQP-VK.protected_memory.*'
Flag: EXEMPT bugfix
Change-Id: Ie4f0b6427bc3cfbb6ab1e8b11910c88dab76eb9a
Let clients determine the configuration of camera flash
features. Copy the rule by conditions:
- android.hardware.camera.autofocus.xml for devices with no flash
- android.hardware.camera.flash-autofocus.xml for devices with flash
Bug: 350371742
Test: adb shell pm list features
Flag: EXEMPT build file change
Change-Id: If4c9b73f2ca934374c4870db3954702f3522b9a0
The service is causing CTS test failure as it has Kotlin files which are not allowed for system services. It's safe to disable the service temporarily as we don't have any user depending on it for now.
Bug: 349263931
Test: Manually flashed device with go/ab/P76995945, no errors observed
Flag: EXEMPT bugfix
Change-Id: I087a147d6b111c5ea1e89a3ea48961adef733c57
Since not all projects on this platform support open source multiple
akm, move WIFI_BRCM_OPEN_SOURCE_MULTI_AKM to project-specific folder.
Bug: 345118973
Test: Build Pass
Change-Id: I80cf83e06eb1199dd4a9b702a9dec7f2af0463ec
For aosp build, the vendor module `modemml-tflite-service` is not included so it shouldn't be added as a system_server jar.
Bug: 343341492
Bug: 343367700
Test: Build with target non-aosp targets in presubmit and aosp targets following the reproduce steps in b/343341492
Change-Id: Ib32ec2c31570eb3566c80de4ed510f17ec9e9a39
The property would be used to check if the ROM is PDK.
Bug: 331725606
Change-Id: I0e1fa3366effb546a60b89c8bcf14fcd74dcb51f
Test: Check the property in PDK build
Bug: 342333009
Test: verified the CCA unsupported feature is enabled on test build
Change-Id: I4bc941ed419c5801de03c9cb954f3b0452229ed7
Signed-off-by: Carter Hsu <carterhsu@google.com>
Bug: 339469574
Test: check build.prop-vendor from the build
Change-Id: I58ea8f7d7d03c36e34b5e4eddae325d9ea0ab9ab
Signed-off-by: Jasmine Cha <chajasmine@google.com>