commit | 32be864b0e1785db4578f5263a652f1ac39b696c | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Mon May 11 23:04:35 2020 -0700 |
committer | Daniel Rosenberg <drosen@google.com> | Wed May 20 04:50:06 2020 +0000 |
tree | 7b273ee94881874a9163eeb771d66fb3c0e099b7 | |
parent | 7f81fd1403105da20a23847e80eefae9a25dc29a [diff] |
Disable sdcardfs from emulated_stroage.mk This sets external_storage.sdcardfs.enabled=0 from emulated_storage.mk, which will disable sdcardfs on devices that are using casefolding and quotas as sdcardfs replacements. This allows the device to use these if sdcardfs is present in the kernel. Bug: 155222498 Test: mount|grep "type sdcardfs" should find nothing after boot complete if external_storage.sdcardfs.enabled=0 Change-Id: Id0446a7cac5ac768afc3b3e046359fc4e945e554
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.