summaryrefslogtreecommitdiff
path: root/brillo_config
AgeCommit message (Collapse)Author
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
Added SPDX-license-identifier-Apache-2.0 to: alloc-stress/Android.bp app-launcher/Android.bp boot_control_copy/Android.bp bootctl/Android.bp boottime_tools/bootanalyze/stressfs/Android.bp boottime_tools/bootio/Android.bp brillo_config/Android.mk checkpoint_gc/Android.bp cppreopts/Android.bp crypto-perf/Android.bp ext4_utils/Android.bp ext4_utils/Android.mk f2fs_utils/Android.bp ioblame/Android.bp ioshark/Android.bp iotop/Android.bp kexec_tools/Android.bp latencytop/Android.bp libfec/Android.bp libfec/test/Android.bp libfscrypt/Android.bp libfscrypt/tests/Android.bp libjsonpb/parse/Android.bp libjsonpb/verify/Android.bp memory_replay/Android.bp memtrack/Android.bp mmap-perf/Android.bp module_ndk_libs/libnativehelper/Android.bp multinetwork/Android.bp pagecache/Android.bp partition_tools/Android.bp partition_tools/aidl/Android.bp perf2cfg/Android.bp postinst/Android.bp preopt2cachename/Android.bp profcollectd/Android.bp profcollectd/libprofcollectd/Android.bp profcollectd/libprofcollectd/bindings/libflags/Android.bp pssbench/Android.mk puncture_fs/Android.bp runconuid/Android.bp sane_schedstat/Android.bp showslab/Android.bp simpleperf/Android.bp simpleperf/runtest/Android.bp simpleperf/scripts/inferno/Android.bp simpleperf/simpleperf_app_runner/Android.bp slideshow/Android.mk sound/Android.bp squashfs_utils/Android.bp su/Android.mk taskstats/Android.bp tests/Android.bp tests/audio/alsa/Android.bp tests/binder/benchmarks/Android.bp tests/bootloader/Android.mk tests/cpueater/Android.bp tests/crypto/Android.bp tests/directiotest/Android.bp tests/ext4/Android.mk tests/framebuffer/Android.bp tests/fstest/Android.bp tests/icachetest/Android.bp tests/iptables/qtaguid/Android.bp tests/kernel.config/Android.mk tests/lib/Android.bp tests/lib/testUtil/Android.bp tests/memeater/Android.mk tests/pagingtest/Android.mk tests/pftest/Android.bp tests/schedtest/Android.bp tests/storage/Android.bp tests/suspend_stress/Android.bp tests/tcp_nuke_addr/Android.bp tests/timetest/Android.bp tests/uevents/Android.bp toolchain-extras/Android.bp vbmeta_tools/Android.bp verity/Android.bp verity/fec/Android.bp zram-perf/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: cpustats/Android.bp Added SPDX-license-identifier-BSD to: ANRdaemon/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia559848af903a7b6746d9b12b7de8b83bc57f99d
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"Bob Badour
This reverts commit 044d055c842a5750359ed71dfe50a6a4bf5f4cc3. Reason for revert: Needs to run as multiple roots. Change-Id: I8e06e7eb19e0f634f52fbd8a1c6662f43e347dd5
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
Added SPDX-license-identifier-Apache-2.0 to: boot_control_copy/Android.bp bootctl/Android.bp boottime_tools/bootanalyze/stressfs/Android.bp boottime_tools/bootio/Android.bp checkpoint_gc/Android.bp cppreopts/Android.bp crypto-perf/Android.bp ext4_utils/Android.bp ext4_utils/Android.mk f2fs_utils/Android.bp ioshark/Android.bp iotop/Android.bp kexec_tools/Android.bp latencytop/Android.bp libfec/Android.bp libfec/test/Android.bp libfscrypt/Android.bp libfscrypt/tests/Android.bp libjsonpb/parse/Android.bp libjsonpb/verify/Android.bp memory_replay/Android.bp memtrack/Android.bp mmap-perf/Android.bp module_ndk_libs/libnativehelper/Android.bp multinetwork/Android.bp pagecache/Android.bp partition_tools/Android.bp perf2cfg/Android.bp postinst/Android.bp preopt2cachename/Android.bp profcollectd/Android.bp profcollectd/libprofcollectd/Android.bp profcollectd/libprofcollectd/bindings/libflags/Android.bp puncture_fs/Android.bp runconuid/Android.bp sane_schedstat/Android.bp showslab/Android.bp simpleperf/Android.bp simpleperf/runtest/Android.bp simpleperf/scripts/inferno/Android.bp simpleperf/simpleperf_app_runner/Android.bp slideshow/Android.mk sound/Android.bp squashfs_utils/Android.bp su/Android.mk taskstats/Android.bp tests/Android.bp tests/audio/alsa/Android.bp tests/binder/benchmarks/Android.bp tests/bootloader/Android.mk tests/cpueater/Android.bp tests/crypto/Android.bp tests/directiotest/Android.bp tests/ext4/Android.mk tests/framebuffer/Android.bp tests/fstest/Android.bp tests/icachetest/Android.bp tests/iptables/qtaguid/Android.bp tests/kernel.config/Android.mk tests/lib/Android.bp tests/lib/testUtil/Android.bp tests/memeater/Android.mk tests/pagingtest/Android.mk tests/pftest/Android.bp tests/schedtest/Android.bp tests/storage/Android.bp tests/suspend_stress/Android.bp tests/tcp_nuke_addr/Android.bp tests/timetest/Android.bp tests/uevents/Android.bp toolchain-extras/Android.bp vbmeta_tools/Android.bp verity/Android.bp verity/fec/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: cpustats/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD legacy_notice to: Android.bp Added SPDX-license-identifier-BSD to: ANRdaemon/Android.bp Added legacy_notice to: alloc-stress/Android.bp app-launcher/Android.bp brillo_config/Android.mk ioblame/Android.bp partition_tools/aidl/Android.bp pssbench/Android.mk zram-perf/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie7c022a4d7f828a89d0cda663684a497af37006e
2018-02-22Fix the build failure for iot targets in master-iot-devNan Zhang
Fix: system/extras/brillo_config/Android.mk:83: error: $(file ...) is not supported in rules. Test: m -j32 Bug: b/73753971 Change-Id: I96099be887f404042c28d3fa1c9f4a2e12ce1222
2018-02-21Use HAS_BUILD_NUMBER to check engineering buildNan Zhang
And use BUILD_NUMBER_FROM_FILE instead of BUILD_NUMBER to reduce build reruns. Test: m -j32 Bug: b/70351683 Change-Id: Ic2a6e2095712828c8314fdd5fca7669f2fb88bc3
2018-02-14Use BUILD_DATETIME_FROM_FILE instead of BUILD_DATETIME in brillo_configNan Zhang
Soong_UI will handle build timestamp and export date file to Make. Test: m -j32 Bug: b/70351683 Change-Id: I09ac0117c899afadf28e562d83e95f3132a47e20
2017-07-12os-release.d: set the default version to four numbers.Sen Jiang
We will report system_version and product_version separately to Omaha, so revert back to using four numbers for version. Test: cat $OUT/system/etc/os-release.d/system_version Change-Id: Ife69a7a17d1a06cc9127540cb39f27ce4fd0c944 (cherry picked from commit d454042d764713ead2b87b78f4d2292d2d422d45)
2017-03-29os-release.d: remove deprecated cfgtree support.Sen Jiang
They are from tier 1 and are now dead. Test: m dist Change-Id: Ice70d9ab0fe8ff528e2ad5de8fb4ab2bd270ba04 (cherry picked from commit 91ac1f9c0d623383fa7ad453ff70f35086061d07)
2017-03-29os-release.d: Add system_id.Sen Jiang
This is the app id of the SoM stored in the system. Test: adb shell cat /etc/os-release.d/system_id Change-Id: Iba7ac028ffa7402f06fbf9c4a3a077eb3414940e (cherry picked from commit d41148b6c8d59d4f35711028248fc644428ddc57)
2017-03-07Separate system_version and product_version.Sen Jiang
system_version will be at /etc/os-release.d/system_version, no symlink. product_version still at oem partition, but now has only one number. Bug: 35364984 Test: m droid dist oem_image custom_images -j Change-Id: If0f357d29c8dd0cec1ff4999a3c42b0362a45c01 (cherry picked from commit 9b173cccb8bdb750d4cf7855e5379ceee5ba030f)
2017-03-02Put product_id and product_version to OEM partition.Sen Jiang
Also create symlinks for each entry in /etc/os-release.d to its corresponding location in /oem/os-release.d. Test: m installclean && m droid oem_image dist Bug: 32555385 Bug: 33211225 Bug: 35804180 (cherry picked from commit 8de8ac139aa289f22f5326af2805a64c0b6bd410) (cherry picked from commit 4c6f2be8720829eaf8681bcf584f1064e735fa7c)
2015-11-05brillo_config: pull PRODUCT_VERSION from cfgtreeWill Drewry
Add support to read the product version from config/brillo/product_version Change-Id: Iee2394810b42fbab8be1e318373140f289f91346
2015-11-04Populate BRILLO_PRODUCT_ID from the product configWill Drewry
Using cfgtree.mk, add support to load the brillo product id directly from a file in the product tree when configured. BUG=25343470 Change-Id: Icf9777915612bf3b3630112cfe31b95bae23612f
2015-10-30brillo_config: Don't cache the timestamp.Bertrand SIMONNET
We want the timestamp to change at every build as we may be using the resulting image to generate an update and we need different images to have different versions. Bug: 25358721 Change-Id: I9ae0ae0ba34ea0f508fc3a5f051368e4bce57b61 Test: Build twice in a row, the timestamp is updated.
2015-10-20brillo_config: add missing mkdir for product rulesMike Frysinger
When doing a clean build, creating this file fails because the dir does not yet exist: echo "" > out/target/product/brilloemulator_arm/obj/ETC/product_id_intermediates/product_id /bin/bash: out/target/product/brilloemulator_arm/obj/ETC/product_id_intermediates/product_id: No such file or directory BUG: 24585672 Change-Id: I9c4a646b8d86cd303b0114f9b64d02896797f720
2015-10-13Add an Android.mk to generate build time configuration.Bertrand SIMONNET
Some build time variables need to be installed on the image. Instead of adding those fields in some system services, create a new Android.mk for it. BUG: 24585672 Change-Id: Ia4132ef7a200e7839702fe10f878b70cc4dfff43