Files
build/tools
Dennis Shen 6f4c692948 aconfig: update flag info storage file
previously we store three bits per flag: is sticky, is read write, has
override. so when a local override arrives, is sticky bit as well has
override bit are set to true. this becomes problematic when the local
override is removed. we are not sure if we should remove has override
bit as well (server override could still be in place).

therefore restructuring the flag info for each flag into new three bits:
is read write, has server override and has local override. so now server
override and local override bits are independent from each other.

Bug: b/312444587
Test: atest -c
Change-Id: I03b2bb7312480773236c95f2b39f2589fee41924
2024-04-18 21:22:49 +00:00
..
2022-01-24 16:19:41 -08:00
2022-12-20 16:51:53 -08:00
2022-08-01 14:45:28 -07:00
2023-12-14 15:37:35 +00:00
2022-01-24 16:19:41 -08:00
2024-04-03 17:20:42 +02:00
2024-03-04 21:20:52 +00:00
2022-01-24 16:19:41 -08:00
2022-06-28 11:23:21 -07:00
2023-10-23 13:41:07 +00:00