aboutsummaryrefslogtreecommitdiff
path: root/tools/post_process_props.py
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-14.0.0_r50' of https://android.googlesource.com/platform/b...George Zacharia2024-07-041-2/+10
|\
| * Determine GC type based on BUILT_KERNEL_VERSION_FILE.Jiakai Zhang2024-02-011-2/+10
* | Don't enable ADB by default on userdebug buildsMichael Bestas2024-04-261-3/+3
|/
* Define BOARD_API_LEVEL and BOARD_API_LEVEL_FROZENJustin Yun2023-11-101-34/+6
* Allow setting future api level before RELJustin Yun2023-04-101-7/+18
* Revert "Turn off adb on user builds."Albert Wang2022-01-271-5/+0
* Remove grf_required_api_levelJustin Yun2021-04-131-16/+3
* Use BOARD_API_LEVEL to define ro.board.api_levelJustin Yun2021-04-061-1/+56
* Handle the case when non-optional props have the same valueJiyong Park2020-06-301-0/+2
* BUILD_BROKEN_DUP_SYSPROP as escape hatch for the new sysprop restrictionJiyong Park2020-06-301-8/+23
* Support optional prop assignmentsJiyong Park2020-06-301-28/+110
* Leave a comment when removing a propJiyong Park2020-06-081-1/+4
* Refactor post_process_props.pyJiyong Park2020-05-271-59/+69
* remove code for default.propJiyong Park2020-05-271-17/+0
* Merge "Allow ro. properties to have arbitrary lengths"Tom Cherry2017-10-171-1/+1
|\
| * Allow ro. properties to have arbitrary lengthsTom Cherry2017-10-121-1/+1
* | Move /default.prop to /system/etc/prop.defaultHung-ying Tyan2017-06-271-2/+3
|/
* Merge "There's no longer a limit on property names." am: dda91dbef8 am: daac9...Elliott Hughes2017-02-281-9/+3
|\
| * There's no longer a limit on property names.Elliott Hughes2017-02-281-9/+3
* | Split vendor's system prop overrides into vendor partitionJaekyun Seok2017-02-031-0/+9
* | Revert "Remove automatic adding of adb into default.prop"Jerry Zhang2016-10-181-0/+10
* | Remove automatic adding of adb into default.propJerry Zhang2016-10-131-10/+0
|/
* Do not add 'adb' to persist.sys.usb.config if already thereOreste Salerno2015-05-291-5/+6
* Fail even dev build when property value exceeds length limit.Ying Wang2015-02-041-15/+4
* resolved conflicts for merge of a8138028 to lmp-dev-plus-aospBrian Carlstrom2014-07-301-3/+9
|\
| * Add PROP_NAME_MAX validationBrian Carlstrom2014-07-291-3/+9
* | Accomodate to the import syntax in build.prop.Ying Wang2014-04-151-2/+3
* | Import OEM build properties, if defined.Jeff Sharkey2014-03-211-0/+11
|/
* Refactor a little bit and do the validation on also default.prop.Ying Wang2014-02-121-31/+47
* A build property's value is returned empty in runtime when its lengthYu Liu2014-02-111-1/+32
* Turn off adb on user builds.Joe Onorato2012-05-021-2/+5
* post_process_props: Write mangled properties back to file instead of stdoutMike Lockwood2011-06-081-3/+2
* post process the system propertiesJoe Onorato2011-06-081-0/+83