sm6250-common: Adapt libinit to Android 11

[wight554: add property_override to common header]

Signed-off-by: Mohammad Hasan Keramat J <ikeramat80@gmail.com>
Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
Change-Id: Ia6b6f753891b639dad4e380bdba6b594faf2a550
This commit is contained in:
Lucchetto
2020-09-16 18:48:36 +02:00
committed by Demon000
parent 2e3dfe8988
commit 1ea5b096b4
3 changed files with 20 additions and 7 deletions

View File

@ -2,5 +2,6 @@
#define __INIT_COMMON__H__
void load_common_properties();
void property_override(char const prop[], char const value[], bool add = true);
#endif