Skip to content

Commit

Permalink
marlin: clean up build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pattjin committed Feb 4, 2016
1 parent 2454324 commit ceb7fc4
Show file tree
Hide file tree
Showing 32 changed files with 99 additions and 1,241 deletions.
2 changes: 2 additions & 0 deletions AndroidBoard.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$(error this file should be UNUSED!)

TARGET_BOOTIMG_SIGNED := false
TARGET_NO_BOOTLOADER := true

Expand Down
2 changes: 1 addition & 1 deletion aosp_marlin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion aosp_sailfish.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
PRODUCT_NAME := aosp_sailfish
#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-sailfish.mk)
Expand Down
40 changes: 0 additions & 40 deletions board-info.txt

This file was deleted.

19 changes: 0 additions & 19 deletions common/appops/Android.mk

This file was deleted.

125 changes: 0 additions & 125 deletions common/appops/README.txt

This file was deleted.

50 changes: 0 additions & 50 deletions common/appops/appops_policy.xml

This file was deleted.

Loading

0 comments on commit ceb7fc4

Please sign in to comment.