diff options
| author | Patrick Tjin <pattjin@google.com> | 2016-02-04 13:19:39 -0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2016-02-04 15:25:02 -0800 |
| commit | ceb7fc4de7ad36a2fbdfb50d8b8359aa2ce27316 (patch) | |
| tree | f4ad94a981afb046ebf530aef46110cb592fe46a /aosp_marlin.mk | |
| parent | 24543243533a1f9e392ffbe371a46ad95572799a (diff) | |
marlin: clean up build
1) Disable SELinux until the policies are updated (b/26984551)
2) move some files to top level, eventually common/ will be removed
3) start moving lines from common/*mk to the appropriate top level makefile
4) start removing unused directories and files
Bug: 26984551
Change-Id: Ic8b9226a6e9506b2655906ab1550679394b5b43c
Diffstat (limited to 'aosp_marlin.mk')
| -rw-r--r-- | aosp_marlin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp_marlin.mk b/aosp_marlin.mk index 5ffd3571..c01dd8ce 100644 --- a/aosp_marlin.mk +++ b/aosp_marlin.mk @@ -24,7 +24,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) PRODUCT_NAME := aosp_marlin #PRODUCT_BRAND := Android PRODUCT_MODEL := AOSP on msm8996 -PRODUCT_MANUFACTURER := HTC +PRODUCT_MANUFACTURER := google PRODUCT_RESTRICT_VENDOR_FILES := true $(call inherit-product, device/google/marlin/device-marlin.mk) |
