chaptsand
987e12102c
sm8550-common: Build QTI bootctrl HAL
...
Change-Id: I1d35fe73deaef39ab71dd627a17f72d60e53d717
2023-10-06 23:20:54 +08:00
Luofan Chen
19efac81bb
sm8550-common: gpt-utils: Check ufs device first before checking partition names
...
Change-Id: I51663ff8e074681191ac708fcd7b4d28e890deaf
2023-10-06 23:20:23 +08:00
LuK1337
0594357c7c
sm8550-common: gpt-utils: Fix build errors.
...
Change-Id: Ie8245d1637e12b5979a8af1b864cc713135b5c95
2023-10-06 11:17:39 +08:00
LuK1337
db5f2b0f9d
sm8550-common: gpt-utils: Drop unnecessary includes
...
* When using generated_kernel_headers including
asm/byteorder.h will cause a warning due to
unused static functions.
* When using generated_kernel_headers including
stdio.h will cause errors due to redefined macros.
Change-Id: I2a74ec92487c13c4645048c96da8cb92b3cbd9f0
2023-10-06 11:17:39 +08:00
Tao Bao
dc5129cc17
sm8550-common: gpt-utils: Address the warnings
...
[ 11% 2/18] target C++: libgptutils <= device/google/crosshatch/gpt-utils/gpt-utils.cpp
In file included from device/google/crosshatch/gpt-utils/gpt-utils.cpp:54:
system/core/libcutils/include_vndk/cutils/log.h:38:2: warning: "Deprecated: don't include cutils/log.h, use either android/log.h or log/log.h" [-W#warnings]
^
device/google/crosshatch/gpt-utils/gpt-utils.cpp:750:17: warning: unused variable 'ufs_dir_stat' [-Wunused-variable]
struct stat ufs_dir_stat;
^
device/google/crosshatch/gpt-utils/gpt-utils.cpp:973:13: warning: unused variable 'r' [-Wunused-variable]
int r, fd;
^
device/google/crosshatch/gpt-utils/gpt-utils.cpp:973:16: warning: unused variable 'fd' [-Wunused-variable]
int r, fd;
^
4 warnings generated.
Test: lunch blueline-userdebug && m -j libgptutils
Change-Id: Idd9174276d8a5b7b77c2ec48c745a78184f65fcf
2023-10-06 11:17:39 +08:00
chaptsand
d2cfad2633
sm8550-common: Import gpt-utils from LA.VENDOR.13.2.0.r1-15000-KAILUA.0
...
Change-Id: I7f311639ad78c4bb4e1ba3e83eeb1cbc2114b106
2023-10-06 10:57:52 +08:00