am 64035c4a: Merge "Add gen syscalls step to instructions."
				
					
				
			* commit '64035c4a4b52ce87398e3a5945ad6b755c8f35b1': Add gen syscalls step to instructions.
This commit is contained in:
		@@ -55,11 +55,15 @@ IMPORTANT IMPORTANT:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Grab the latest headers from the android kernel by running this command:
 | 
					Grab the latest headers from the android kernel by running this command:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bionic/kernel/tools/generate_uapi_headers.sh --download-kernel
 | 
					  bionic/libc/kernel/tools/generate_uapi_headers.sh --download-kernel
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
 | 
					Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  bionic/kernel/tools/update_all.py
 | 
					  bionic/libc/kernel/tools/update_all.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Finally, run this command to regenerate the syscalls list:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  bionic/libc/tools/gensyscalls.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
After this, you will need to build/test the tree to make sure that these
 | 
					After this, you will need to build/test the tree to make sure that these
 | 
				
			||||||
changes do not introduce any errors.
 | 
					changes do not introduce any errors.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user