platform_bootable_recovery/otautil
Tianjie Xu 164c60a4f3 Clean up some global variables in common.h
Some global variables are only used for recovery.cpp and
recovery_main.cpp, remove them from common.h and handle their usage
accordingly. Variables include:
static constexpr int kRecoveryApiVersion;
extern struct selabel_handle* sehandle;
extern RecoveryUI* ui;
extern bool has_cache;
bool is_ro_debuggable();

Test: unit tests pass, boot into recovery mode and run graphic tests
Change-Id: If83a005786c9b38412731da97aaf85af69a3b917
2019-07-24 11:36:03 -07:00
..
include/otautil Clean up some global variables in common.h 2019-07-24 11:36:03 -07:00
Android.bp Implement an update simulator to verify BB OTA packages on host 2019-05-28 15:18:25 -07:00
dirutil.cpp otautil: Rename dir/sys/thermal utils. 2018-05-03 23:17:29 -07:00
logging.cpp Clean up some global variables in common.h 2019-07-24 11:36:03 -07:00
mounts.cpp Merge libmounts into libotautil. 2018-04-27 21:13:57 -07:00
parse_install_logs.cpp Move the parse of last_install to recovery-persist 2018-09-13 13:27:55 -07:00
paths.cpp Drop the dependency on AB_OTA_UPDATER flag. 2018-06-19 10:50:43 -07:00
rangeset.cpp Implement FuseBlockDataProvider 2019-05-01 12:09:38 -07:00
roots.cpp Clean up some global variables in common.h 2019-07-24 11:36:03 -07:00
sysutil.cpp Create a fallback to install from fuse if mmap fails 2019-07-09 14:15:18 -07:00
thermalutil.cpp otautil: Rename dir/sys/thermal utils. 2018-05-03 23:17:29 -07:00