Add product Makefile for AOSP build preparation
This commit is contained in:
parent
b1174aa7f3
commit
4bb6dd10e4
1 changed files with 10 additions and 0 deletions
10
build/prepare_aosp.mk
Normal file
10
build/prepare_aosp.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Include this file from device.mk to prepare an AOSP build for adevtool referencestate collection.
|
||||
|
||||
# Build the vendor image, so adevtool knows what's missing.
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
|
||||
# All overlays must be compiled as RROs so adevtool can parse them.
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := *
|
||||
|
||||
# If you're building for a Pixel device, remove android.hardware.wifi@1.0-service
|
||||
# from device.mk. adevtool will extract Google's implementation from the stock ROM.
|
Loading…
Reference in a new issue