Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/PitchBlackRecoveryProject/android_system_core_old


https://github.com/PitchBlackRecoveryProject/android_system_core_old

templatize ld.config.txt

Lists of libraries in between the linker namespaces are no longer
hard-coded in ld.config.txt, b...

367984602abab743630d1fba8e4940f0a69e678b authored over 7 years ago by Jiyong Park <[email protected]>
Enable core dump generation for native processes

This change will enable core dump generation for
all native processes, based on the property
per...

e85652b00f901a2795a213c8ad9c5e449a11cacd authored over 7 years ago by spooja <[email protected]>
libdiskconfig: handle UFS card

SD card have native sector size of 512 bytes where as UFS card have the
native sector size of 40...

089ed6705728391f3cc73ae3945a732c77e8f798 authored over 7 years ago by Subhash Jadavani <[email protected]>
fs_mgr: log fs_stat after encrypted block mounting successfully

Add the log into file also for the case.

Change-Id: I233497ec7699d4efe9d979203a0993978c24cbf7

0401472143aeadbe3661bf8d1fc7429fd4c00767 authored over 7 years ago by Zhenhua Huang <[email protected]>
fix static-analyzer logging/CHECK macros

Two small changes in one

- `foo || for (;;abort()) bar();` isn't valid C or C++, since for is a...

338e7ad1f3b7b0967ce2c63a82177fdc388f963e authored over 7 years ago by George Burgess IV <[email protected]>
libsync: Update num_fences before SYNC_IOC_FILE_INFO ioctl

The first SYNC_IOC_FILE_INFO ioctl call is made with num_fences set
to 0, to obtain the actual n...

09af5e96d4989d3f4648642d081cf1b2eb6b29e0 authored over 7 years ago by Saurabh Shah <[email protected]>
Add AIDs for RFS module

Add AIDs for RFS QCOM module

Change-Id: Ic4febd565df9f232f6c7571355ec10d8fd2e21bd

85054926796f3e91eaf9fe3c8ab75af6f2a7aa69 authored over 7 years ago by Ritesh Harjani <[email protected]>
Fix android_filesystem_config file relocation

Fix earlier merge conflict resolution of OPR1.170323.003 which
caused duplicate android_filesyst...

45342d14b12f06e5c17ee00970295e6a80251c15 authored over 7 years ago by David Ng <[email protected]>
fs_mgr_verity: support updating actual block device path in verity table

The value of PRODUCT_{SYSTEM,VENDOR}_VERITY_PARTITION will be included
in the verity metadata of...

e740b7414acc50eb2d14f8f0f1421a90cb9af076 authored over 7 years ago by padarshr <[email protected]>
Increase logcat buffer size to 4M for userdebug and engg builds

Change-Id: I70ba03ee59cbfe28041d57b895b3be2bbac220ab

f977104517aed3bcb6b82e0f596141be2300f2c1 authored over 7 years ago by spooja <[email protected]>
adb: Look for bu in /sbin when in recovery mode

* Restore global variable recovery_mode. This is set based on the
commandline parameter --b...

7fb151722e4f6d5ad3c2ddb431293a5a83005006 authored over 7 years ago by Tom Marshall <[email protected]>
ueventd: Add bootdevice links support for selinux

Adding bootdevice support to define context on common symlink.

Change-Id: I25d7239614539d1ef2c9...

36430e9e85d14e13644e2ef3e70aa5b4a26c51f2 authored over 7 years ago by Biswajit Paul <[email protected]>
mkbootimg: add support for --dt

Change-Id: I19f149fac693420cf1f630b51293bbd3650a1b59

c3067f1c1b58685ce2940c06fe9fad47fea0f0a6 authored over 7 years ago by M1cha <[email protected]>
core: bring back vendor init hook

Change-Id: I46a3186b9c4f8a3e092d24f2e8e9fc3ec10ab7d8

28f5cfa6bb3cec3c49f49c3e6cf25618f8f8435f authored over 7 years ago by maxwen <[email protected]>
Camera: Add feature extensions

This change includes below commits:

Camera bringup changes system-core
Change-Id: I1cf9...

9f999e1b713c9a4601bb5809f4e54dbc061fcee7 authored over 7 years ago by Susmitha Gummalla <[email protected]>
fs_mgr: Change f2fs path

Change-Id: I58980e8fc3c84125608ba5b18bc6c7416d7a2041

2f1e20967edf9ab4ffc27964edb8cbde1c8edf74 authored over 7 years ago by Menno van Grinsven <[email protected]>
Software-accelerated Pixel Flinger

The typical graphic workloads on VirtualBox are improved 3X.

Supports both x86 and x86_64.

Sim...

fca677837da5570d1af7eeb6bd517bfca68ba497 authored over 7 years ago by Chih-Wei Huang <[email protected]>
init: Allow target-specific platform device base to be specified.

Add optional build-time flag, TARGET_PLATFORM_DEVICE_BASE,
to specify the base sysfs path (witho...

c49253c733efc2ed81fb41a78c9d760b2246ec19 authored over 7 years ago by David Ng <[email protected]>
healthd: add DASH charging type for op3

Change-Id: Ibe42dca8a6ba8204daad987db9cf574ad852491f

926f6563cf02df4426ddf14b33d682908f140dcf authored over 7 years ago by maxwen <[email protected]>
healthd: fix power key handling

AOSP changes where incompatible with our enhancements
and kills power key handling to turn scree...

e4a943ca19b8a34f5f692811b6f899279055ff6c authored over 7 years ago by maxwen <[email protected]>
healthd: charger: Turn off charging animation by power key event

Currently, the charging animation can be turned on by power key event. Add
support to make charg...

544982d9e1218253ac25683c2a2d072013dbcc25 authored over 7 years ago by Fenglin Wu <[email protected]>
healthd: Squashed commits for tricolor led support (opt-in)

To enable it just set HEALTHD_ENABLE_TRICOLOR_LED as true in BoardConfig.

HEALTHD_ENABLE_TR...

b2a741629680f71b67f1622692431a5839896fe0 authored over 7 years ago by Fenglin Wu <[email protected]>
healthd: Add backlight control in charging animation

To enable it just use this flag in BoardConfig:

HEALTHD_FORCE_BACKLIGHT_CONTROL := true

This ...

cf4297f6bbadbe2c40ce2e040314935cc37c7bb1 authored over 7 years ago by Humberto Borba <[email protected]>
init: bring back TARGET_INIT_VENDOR_LIB

was lost somehow

Change-Id: I29519fb822071fb900fe47d0b295f795ca7f5ed5

f47cfdff1d345897522015955fb095fd14a14fa5 authored over 7 years ago by maxwen <[email protected]>
libz is back to LLNDK

For 2016 pixel devices, where VNDK is not fully enforced, move libz back
to LLNDK so that we can...

697eb2da0db5eaaa8b518e6da3b7b6377312825e authored over 7 years ago by Jiyong Park <[email protected]>
Revert "adbd: lessen security constraints when the device is unlocked"

This reverts commit f1d3dbc32f18d9b3604da03bc043c1b4cc3f5a35.

With the following changes to mov...

9fa61b4df3443e5c0a5e393af85e8e59b686fa14 authored over 7 years ago by Bowgo Tsai <[email protected]>
Make default namespace for system processes isolated

The default namespace for system process now becomes isolated, which
means it can load only the ...

55f05d79f9e83757acb72d3d300262f5954a00af authored over 7 years ago by Jiyong Park <[email protected]>
release-request-81b48854-d0e0-49af-bcf2-857273cbb8dc-for-git_oc-mr1-release-4306444 snap-temp-L17300000097872583

Change-Id: I094433024cc60a070c975ce0143cf4d30805f820

a04ccda6550176b61d1a35588cf7a91bda74043d authored over 7 years ago by android-build-team Robot <[email protected]>
adbd: don't spin if file sync read fails.

Bug: http://b/64508974
Bug: 64709603 (presubmit balking at the line above)
Test: mma
Change-Id: ...

a2f1335819191a0ab29aa79d343ddf7376495af3 authored over 7 years ago by Josh Gao <[email protected]>
Merge "Reading from logd in WRAP mode is expected to take a long time, don't abort it after 30s." into oc-mr1-dev

15e5bd4e2bbeab6830d4a93dc765ccbd39a02564 authored over 7 years ago by Alan Stokes <[email protected]>
release-request-5f16c261-dcc8-4c4f-a0bd-deb507084f3d-for-git_oc-mr1-release-4303954 snap-temp-L56100000097484036

Change-Id: I9368fc2b84f1ccfb6aaf57fbda7db39fe837a0cf

5cb35a001c2ca99cc8cfc13899aeba6f4723682c authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "init.rc: Lock down access to /proc/net/fib_trie" into oc-mr1-dev

c3090ba2f42a9ba92a30685d4d0206cce5e9793b authored over 7 years ago by TreeHugger Robot <[email protected]>
release-request-c924aaac-f0a2-4215-8dc4-e314f22460d9-for-git_oc-mr1-release-4301796 snap-temp-L23200000097143969

Change-Id: I8cc488f80f489c1e9d149c4dd6ce898a1baf9928

dbec43fc24cff1c051b1a3ba8d41237d0161f92f authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "Detect critical preassure" into oc-mr1-dev

719e71095fa75af267fcf57e816bf4973f9fd9f8 authored over 7 years ago by Robert Benea <[email protected]>
Detect critical preassure

When close to oom the system tend to become very thrashy
and keeps paging. This change looks at ...

c47f2992b58bfcd1f5d75cd25dc8172eb4fb5cc9 authored over 7 years ago by Robert Benea <[email protected]>
init.rc: Lock down access to /proc/net/fib_trie

Make /proc/net/fib_trie only readable to root.

Bug: 31269937
Test: Device boots, file has appro...

15ffc53f6d57a46e3041453865311035a18e047a authored over 7 years ago by Nick Kralevich <[email protected]>
Reading from logd in WRAP mode is expected to take a long time,

don't abort it after 30s.

Adds a new CTS test to verify the behaviour.

Bug: 64143705
Test: New ...

e0515d6dba5fa50e6319ab65b94232ed88bebd72 authored over 7 years ago by Alan Stokes <[email protected]>
vndk: add vendor/lib(64)/vndk for vendor namespace

When the vndk is extended by vendor, the libs in vendor/lib(64)/vndk
will override system/lib(64...

3094de968443c60345f63318f14a5d919df762d5 authored over 7 years ago by Justin Yun <[email protected]>
release-request-6c9f747d-7df5-465f-8bde-1149394b99b4-for-git_oc-mr1-release-4296189 snap-temp-L54400000096309002

Change-Id: Ia2936aec490ad6ad554050497b4a2b7b5377f8df

107f6e23a65c8215ce03897174ee3b43b246433b authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "fastboot: bail out if failed to generate fs image" into oc-mr1-dev

feee3cce8a653928a4023692c89bef6b7d6cb320 authored over 7 years ago by TreeHugger Robot <[email protected]>
fastboot: bail out if failed to generate fs image

we don't want to continue fastboot process if failed to
generate fs image. Print an error messag...

f0ecf57e566d97cf2903dac45a1bc80302d126aa authored over 7 years ago by Jin Qian <[email protected]>
release-request-cff6d9b6-a564-4d17-99cb-c2d0bb282758-for-git_oc-mr1-release-4293817 snap-temp-L12800000095933585

Change-Id: I9ebe0be294e698153f9f5432d977e458671d68d9

8603faa3f1ac57ad2e9b00d0f52daef3ec6f001c authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "Move trusty reference implementations to /vendor" into oc-mr1-dev

9495196e20915ea030c2f0bddfb0d96dc3ef768d authored over 7 years ago by TreeHugger Robot <[email protected]>
release-request-696ef4a1-3459-446f-a322-67e13926d505-for-git_oc-mr1-release-4290956 snap-temp-L88300000095517061

Change-Id: I16be2620f8378a0d20f459f119d97aee3d6c72a3

5ade8b49d9270a85cdb1e7dba31e6678fd50b769 authored over 7 years ago by android-build-team Robot <[email protected]>
Implement system namespace for vendor process

For vendor process default namespace searches as following order:
1. /vendor/lib/(hw|egl), /vend...

24c29f1be49f47a6d8a098a10591d9c3f0d4e8ee authored over 7 years ago by Justin Yun <[email protected]>
Move trusty reference implementations to /vendor

Trusty implementations are provided by vendors. This patch moves
the AOSP reference implementati...

063a3fa4d2b1d195eca512b3bd479a9fed882c12 authored over 7 years ago by Hung-ying Tyan <[email protected]>
Fix use-after-free of stack-allocated temporary string.

Bug: 64848081
Test: built and successfully booted again
Merged-In: I93c899249bf2cc5ab8d880c0eaff...

b9beeed5a33a4e7a3613d4eb41cd7f7b3ff3981c authored over 7 years ago by Andreas Huber <[email protected]>
release-request-369362fc-cc6c-4cb1-95c0-90b5ac7c52cb-for-git_oc-mr1-release-4288633 snap-temp-L81700000095141745

Change-Id: Iacabd067cb7a03aa93fc0bf97ff8d5f9894bcf97

215417a22b8ae84ded81ec05fe6d41ac812c53bf authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "gatekeeperd: use std::unique_ptr" into oc-mr1-dev

202fedd1fe7795ccc6cf68e3c56016e773d112cb authored over 7 years ago by Andrew Hsieh <[email protected]>
Make libvndksupport look for default namespace as well.

In vendor process, libvndksupport must look for "default" namespace,
instead of "sphal" namespac...

2c9140f54e893baf351d7f11a93285fa8227536f authored over 7 years ago by Justin Yun <[email protected]>
Merge "Move adbd from root to system" into oc-mr1-dev

0bb4cb6fa211f063890d0d27db82853ebf19b878 authored over 7 years ago by TreeHugger Robot <[email protected]>
Merge "Make the rs namespace visible" into oc-mr1-dev

f34814e06ce4c606660c89471267189415970541 authored over 7 years ago by TreeHugger Robot <[email protected]>
Merge "fastboot: Add --disable-verity and --disable-verification options." into oc-mr1-dev

d14e75d43ebc605904c661ae51e5261e57a046ed authored over 7 years ago by TreeHugger Robot <[email protected]>
release-request-edd71ba9-6f93-47be-957d-774c9d43a2dc-for-git_oc-mr1-release-4281935 snap-temp-L68100000094184972

Change-Id: I89ab716955f2b788f0d1e6a1bbc23b0a38375035

734a517561e9ad1f6116a90560ca9b5c669beb61 authored over 7 years ago by android-build-team Robot <[email protected]>
gatekeeperd: use std::unique_ptr

std::unique_ptr is available in this scope. Substitue the UniquePtr to
std::unique_ptr.

Bug: 63...

68b0ec6487186d59b1ec1dfcbc85673fc452bc4a authored over 7 years ago by Justin Yun <[email protected]>
fastboot: Add --disable-verity and --disable-verification options.

This can be used to disable verity and/or verification when flashing a
build to a device. It wor...

34c001bff2ed63c26fa0f2a155ff317a44378d6c authored over 7 years ago by David Zeuthen <[email protected]>
zip_archive: reject files that don't start with an LFH signature.

Bug: 64211847
Test: zip_archive_test

(cherry picked from commit c1a56dcab711a7ee238c0af865920ca...

2d516d2d46b1b1acf6989966dacfc5aa742e8c94 authored over 7 years ago by Narayan Kamath <[email protected]>
Make the rs namespace visible

This allows us to dlopen libRS_internal.so directly from the rs
namespace, not from the sphal na...

421a5e46b780cab394e4bc18745b8555ba26afa5 authored over 7 years ago by Jiyong Park <[email protected]>
Merge "zip_archive: reject files that don't start with an LFH signature." into oc-mr1-dev

b669c3311bec5d78a89a6f7f70fbdb20250c4c75 authored over 7 years ago by Narayan Kamath <[email protected]>
release-request-a0f7506a-1cd6-4a03-927b-8d29e0c545e6-for-git_oc-mr1-release-4277764 snap-temp-L23600000093606242

Change-Id: I223d3de73a9cb5a2749d5320486b91577d832af1

4edbf67621f1820c7eb066e5c8ac40427c6dda9b authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "Decrease size of LogBufferElements to 32 bytes." into oc-mr1-dev

0ef26c63dac794a76250cd7552622409c6c3b774 authored over 7 years ago by Christopher Ferris <[email protected]>
Merge "Remove nvram trusty implementation." into oc-mr1-dev

46691ee85c4e7769bb4168420e6bbd28e3c5219e authored over 7 years ago by TreeHugger Robot <[email protected]>
Don't include the build number in the adbd binary.

We want repeatable builds for minimal OTAs.

Bug: http://b/64634017
Bug: 64709603 (presubmit bal...

2e93eda69cf20d9c04d56ea6bf1e2ea62ad62eb4 authored over 7 years ago by Elliott Hughes <[email protected]>
Decrease size of LogBufferElements to 32 bytes.

- Remove virtual from the destructor.
- Remove mTag and derive it when calling getTag().
- Add a...

2cf55995a1e9faf7588e02985fe68a39cdbb3461 authored over 7 years ago by Christopher Ferris <[email protected]>
zip_archive: reject files that don't start with an LFH signature.

Bug: 64211847
Test: zip_archive_test

Change-Id: I275e7c4da05ceeb20401b560c72294f29ef63642

c1a56dcab711a7ee238c0af865920ca51b1408a6 authored over 7 years ago by Narayan Kamath <[email protected]>
Remove nvram trusty implementation.

Bug: 64705490
Test: build pass
Change-Id: I32a1565ec935fff1c45540442134a37b55702752

98a48d8e4bddbadca217d50a3f99f144193a5a5f authored over 7 years ago by Hung-ying Tyan <[email protected]>
Merge "Mark libsync as LL-NDK" into oc-mr1-dev

f7ad622264a23dc02b0cb4c7247da586f53982cd authored over 7 years ago by TreeHugger Robot <[email protected]>
Merge "Add libft2.so to ll-ndk for rs namespace" into oc-mr1-dev

acda9cba2e02e007473f8fe257e1406439b923a7 authored over 7 years ago by TreeHugger Robot <[email protected]>
release-request-e73a0a41-91c3-4249-808e-8d196d54a344-for-git_oc-mr1-release-4273744 snap-temp-L04700000093069831

Change-Id: I02e2b7f4c8c2e2dd49ce487e37acfa786494b9ff

e8e60df45ea8066de93360ada67ca3251a4d34ec authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "Improvements to lmkd" into oc-mr1-dev

5f89f548fed8800a7339b0bfce5c0061768a253f authored over 7 years ago by TreeHugger Robot <[email protected]>
debuggerd_handler: print pid and process name.

am: 30b69aab46

Change-Id: Iac44ddf6f6b4a1d4e4f3f8132280c437fdb7e43e

68995633a9fdcd612d983264edf27cf560877646 authored over 7 years ago by Josh Gao <[email protected]>
Move adbd from root to system

Bug: 63910933
Test: normal boot sailfish, checks adb works
Test: recovery boot sailfish, checks ...

93defc17f376041437e5157a7c4d9e0344441811 authored over 7 years ago by Bowgo Tsai <[email protected]>
Mark libsync as LL-NDK

libsync is used both by platform (e.g. libui.so) and by same-process
HALs (e.g. android.hardware...

058e0919f6aff67d32d00591a7040fc069c6e40f authored over 7 years ago by Jiyong Park <[email protected]>
Add libft2.so to ll-ndk for rs namespace

libft2.so is changed to ll-ndk that is available only for rs
namespace.

Bug: 64425518
Test: bui...

513f76394a767192965888ed495305102b318dab authored over 7 years ago by Justin Yun <[email protected]>
release-request-68cc9b2a-98ae-4fbf-8b56-3e535855f399-for-git_oc-mr1-release-4269864 snap-temp-L25700000092502312

Change-Id: Ib38a4d41ebb794b47737586f6834c66ddd576e10

b9bf72cd40c8bad6e95851ba96dfff892cca174b authored over 7 years ago by android-build-team Robot <[email protected]>
debuggerd_handler: print pid and process name.

Bug: http://b/64483618
Test: manual

(cherry picked from commit 81e6c0b613dd5582ac5188b97dad4d5e...

30b69aab4604919af5acea70936d5b3d6c79854d authored over 7 years ago by Josh Gao <[email protected]>
Improvements to lmkd

- Don't show misleading messages, add the correct description for
the reason of process killin...

caeaa655c1a60a70ef3d25429cb9731c5c34fc95 authored over 7 years ago by Robert Benea <[email protected]>
Mark libziparchive as VNDK in Android.bp

As a VNDK module, Android.bp must have 'vndk' tag as well as
'vendor_available: true'.

The 'vnd...

077dc8fca4f2f07a014695cf6c8a70611b8607ab authored over 7 years ago by Justin Yun <[email protected]>
Merge "Move libz vndk-sp from ll-ndk" into oc-mr1-dev

28d4818037ee606259c08e961e934cd789d6f06b authored over 7 years ago by TreeHugger Robot <[email protected]>
Revert "Move trusty reference implementations to /vendor"

The CL is not complete and will cause build break when BOARD_VNDK_VERSION is set.

This reverts ...

5505eb783b0fdf12fda9b3e0613a12af52bd80b2 authored over 7 years ago by Hung-ying Tyan <[email protected]>
Move libz vndk-sp from ll-ndk

The ABI of libz is not as stable as it is for ll-ndk.

Bug: 37617391
Test: build and boot
Change...

dadd3a846fae03b1d4416fcb8f2499b8296d9e83 authored over 7 years ago by Justin Yun <[email protected]>
Move trusty reference implementations to /vendor

Trusty implementations are provided by vendors. This patch moves
the AOSP reference implementati...

7d81b4e08172037674f378ffb6f45ad694c01077 authored over 7 years ago by Hung-ying Tyan <[email protected]>
release-request-9ff446ef-fe26-4f50-a0f0-c1d38619140f-for-git_oc-mr1-release-4257899 snap-temp-L58400000090817127

Change-Id: I8ba921975e5e58426eae1744ab5d5736c69e6f8a

3c84f99cfa6bb102406ea2ba988d3cc4682be3ed authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "Permit /system/lib/vndk-sp/hw/ for 'sphal' namespace" into oc-mr1-dev

42a2f5c992fa1eeb0ddde4b34ae87bfd2983489a authored over 7 years ago by TreeHugger Robot <[email protected]>
storaged: call getNamesForUids to get uid names

Calls getNamesForUids when one of the two conditions are true.
1. entries for new uids are repor...

9c54268dce4c82f066e24dfc40803192f537e35f authored over 7 years ago by Jin Qian <[email protected]>
release-request-c8b8af6b-4899-402a-9ff7-72255ba5300b-for-git_oc-mr1-release-4253898 snap-temp-L09600000090287887

Change-Id: I37d4a1c4cab8520049ca653b9473c95e73e2c4bd

5eadfe4cec5497978cf5208cb25d00ea3361ed86 authored over 7 years ago by android-build-team Robot <[email protected]>
Merge "Mark libmemtrack as VNDK in Android.bp" into oc-mr1-dev

1146fa1379c2e16b61edd3b156c33b36bc5050bb authored over 7 years ago by TreeHugger Robot <[email protected]>
release-request-d642586e-3e25-49f4-8b4c-acad0e3f63d8-for-git_oc-mr1-release-4249777 snap-temp-L81500000089724408

Change-Id: Ie4f1f7969efc5fb834822048e71f5d91b312c0b8

0f86a22acbf3d88d780318be7508a4e31597edae authored over 7 years ago by android-build-team Robot <[email protected]>
fastboot: add mke2fs and e2fsdroid to build package

am: c2ca105575

Change-Id: I74925ef2808e16c0eb055eec4cbcdfd0ab31a27d

1a92eda0b0adbaa9168d4a6c5a8cbbb5ada3905d authored over 7 years ago by Jin Qian <[email protected]>
fastboot: call mke2fs to format ext4 filesystem on windows

am: 92064ef073

Change-Id: Ifbaca8b1afdb122a8188133e0eb01644c83bbdad

a81b6e8d21d811216fd2fdf777e53df7ddd823d3 authored over 7 years ago by Jin Qian <[email protected]>
fastboot: call mke2fs tools to generate ext4 image

am: ffef31cef1 -s ours

Change-Id: Ib6c72d7e34adb80761fd67d4808bc29f2aaf4011

6e9bbddc0464f12d1a1a1a448c4035641481c904 authored over 7 years ago by Jin Qian <[email protected]>
Permit /system/lib/vndk-sp/hw/ for 'sphal' namespace

[email protected] is a SP-HAL located in
/system/lib/vndk-sp/hw. This can't be mov...

7d4cf3fd3364a86c895371337a849ab40c99b232 authored over 7 years ago by Jiyong Park <[email protected]>
Merge "Make lmkd memory pressure levels configurable." into oc-mr1-dev

85d9063ff7b3e08ea59aaec0e5f7ebf6441f6240 authored over 7 years ago by Robert Benea <[email protected]>
Merge "Move android_filesystem_config.h => fs_config.h" into oc-mr1-dev

f004d8de4d860662f78a788854b62f5a4ccdfc16 authored over 7 years ago by Yifan Hong <[email protected]>
Merge "Remove private headers from libcutils.vendor" into oc-mr1-dev

b3ecb59163ac3440b14e7521c50251052f472435 authored over 7 years ago by Yifan Hong <[email protected]>
fastboot: add mke2fs and e2fsdroid to build package

Bug: 23686092
Bug: 63849632
Change-Id: Iff0d92b7174597d43ee646847888aedc2080052a
(cherry picked ...

c2ca1055754cbb13faa9124bb4b5d5692c6b41ac authored over 7 years ago by Jin Qian <[email protected]>
fastboot: call mke2fs to format ext4 filesystem on windows

Bug: 35219933
Change-Id: I0cc8c165176e8dc9cbe4b6a52679937bc872e2d0
(cherry picked from commit 29...

92064ef0732101676ed59381e41b3c7cab73f284 authored over 7 years ago by Jin Qian <[email protected]>
fastboot: call mke2fs tools to generate ext4 image

Set MKE2FS_CONFIG to empty to use mke2fs default configs

Test: fastboot --wipe-and-use-fbe
Bug:...

ffef31cef14db530de4c4016ac6f72a32e19457a authored over 7 years ago by Jin Qian <[email protected]>
Merge "storaged: fix excessive accounting when io usage has negative delta" into oc-mr1-dev

5e404f3e870ee0774f1d3f56fc831ad94c3b9fcc authored over 7 years ago by TreeHugger Robot <[email protected]>
storaged: fix excessive accounting when io usage has negative delta

When current io bytes are smaller than previous bytes, add 0 to delta
instead of adding current ...

ccae2b5779e01e885bd7c85e314a2f8f523c4b94 authored over 7 years ago by Jin Qian <[email protected]>