Skip to content

Commit 57817ea

Browse files
author
nhusted
committed
Updated readme to mention the possible framework recompile.
1 parent bc58355 commit 57817ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The obj and libs directory will contain the final output.
2121
Currently the NDK's build script targets Android's API level 10 (Gingerbread). Anything before this doesn't work.
2222

2323
### AOSP ###
24-
Copy this directory in to the <AndroidBuildRoot>/external directory. Compile Android normally. Then, within your compilation terminal type 'mmm external/<This project's Directory>' to compile in the audit subsystem. Finally, type 'make snod' to rebuild your system image.
24+
Copy this directory in to the <AndroidBuildRoot>/external directory. Compile Android normally. Then, within your compilation terminal type 'mmm external/<This project's Directory>' to compile in the audit subsystem. Finally, type 'make snod' to rebuild your system image.
2525

2626
If you are building for a physical device, you will need to build a custom kernel before building AOSP. For instructions on building custom kernels, please refer to the AOSP Documentation here: http://source.android.com/source/building-kernels.html.
2727

@@ -31,6 +31,8 @@ You must have a kernel running with CONFIG_AUDIT=y and CONFIG_AUDITSYSCALL=y in
3131
### Patching AOSP ###
3232
We provide a set of patches for AOSP's 4.1.1_r1 branch under the 'patches/jellybean' directory. These patches enable auditd to start on boot and enable the android.permission.AUDIT so that audit can be controlled from the userland. Currently there is a plan to write a script to perform this patching for the user. Right now, each patch refers to a specific git project under the AOSP source tree. Patching is left as an exercise to the user at this time but here is a helpful guide: http://jungels.net/articles/diff-patch-ten-minutes.html.
3333

34+
If you use these patches you will also have to run "make update-api" in order to make the modified Framework API.
35+
3436
## Directory Structure ##
3537

3638
### Special Directories ###

0 commit comments

Comments
 (0)