aconfig: add exported mode in rust codegen
This commit adds exported mode to rust codegen. When the codegen mode is exported 1. only flags with exported: true will be generated 2. the generated getter should be in a read_write format and with default value as false, regardless the original permission and state of the flag This commit adds integration test for rust codegen exported mode. Bug: 316357104 Test: atest aconfig.test aconfig.test_mode.test.rust aconfig.exported_mode.test.rust Change-Id: Ib7dae666e13eb8898289b06d42a4f89326e175c4
Loading
Please register or sign in to comment