Commit graph

7 commits

Author SHA1 Message Date
Bruno Martins
e7adad986a sdm660-common: Drop No Longer Necessary libbase Include Dir
It seems that soong is now solving exported headers for all modules
in shared_libs.

Signed-off-by: Aaradhay Vijay <inferno964.github@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
2022-08-18 08:52:27 +02:00
adi8900
ad4471e8bc sdm660-common: Adapt libinit to build in Android 12
Conflicts:
	init/Android.bp

Signed-off-by: pix106 <sbordenave@gmail.com>
2021-11-13 11:40:19 +01:00
Sebastiano Barezzi
3605a9c720 sdm660-common: Move to SPDX license identifier
Change-Id: If335a7b83289edf4759d0195a8b065c8dac6631b
2021-11-13 11:31:51 +01:00
Lucchetto
05e437c22a
sdm660-common: init: Adapt libinit to Android 11
* Remove build.description from common tree as well
2021-03-09 04:49:01 +06:00
Jiyong Park
87a5439069
sdm660-common: Build init with shared libraries
recovery partition now supports shared librarys. Therefore, init can now
be built as a dynamic executable both for normal and recovery modes.

To save save in the recovery mode, not all libs are dynamically linked.
Libs that are only used by init in the recovery mode are still
statically linked.

Note: init is still a static executable for legacy devices where
system-as-root is not on, because the dynamic linker and shared libs
which are in /system are not available when init starts.

Bug: 63673171
Test: `adb reboot recovery; adb devices` shows the device ID
Test: device boots to the UI in normal mode.
Test: do that for both walleye (system-as-root) and bullhead (legacy
ramdisk).

Change-Id: I30c84ae6a8e507e507ad0bb71acad281316d9e90
2020-12-13 18:37:01 +06:00
TheScarastic
1d115a0fe5
sdm660-common: libinit: include full static libbase
Change-Id: Icb67cd6b6759d8cc4fd2e7a98cea74ac68e8ad07
2020-12-13 18:37:01 +06:00
Aryan Gupta
64d07e8da3
sdm660-common: convert libinit Android.mk to blueprint 2019-09-27 17:13:44 +02:00