Skip to content

Commit

Permalink
AOSIP-ify all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigdonny committed Aug 23, 2017
1 parent 0373219 commit 2c640d5
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 832 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion device-carbon.mk → device-aosip.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PRODUCT_PACKAGES += \
com.android.ims.rcsmanager

# Overlays
DEVICE_PACKAGE_OVERLAYS += device/google/marlin/overlay-carbon
#DEVICE_PACKAGE_OVERLAYS += device/google/marlin/overlay-carbon

# Pixel Experience
PRODUCT_COPY_FILES += \
Expand Down
5 changes: 5 additions & 0 deletions device-common.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Inherit prebuilt apps
$(call inherit-product-if-exists, vendor/gapps/prebuilt.mk)
#Build Gapps
$(call inherit-product-if-exists, vendor/gapps/gapps.mk)

#
# Copyright (C) 2016 The Android Open-Source Project
#
Expand Down
2 changes: 1 addition & 1 deletion sailfish/BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# Allow Carbon config to override others
-include device/google/marlin/sailfish/BoardConfigCarbon.mk
-include device/google/marlin/sailfish/BoardConfigAOSIP.mk

TARGET_BOARD_PLATFORM := msm8996
TARGET_BOOTLOADER_BOARD_NAME := sailfish
Expand Down
2 changes: 2 additions & 0 deletions sailfish/BoardConfigAOSIP.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# BoardConfig for carbon_sailfish
include device/google/marlin/BoardConfigAOSIP.mk
2 changes: 0 additions & 2 deletions sailfish/BoardConfigCarbon.mk

This file was deleted.

1 change: 1 addition & 0 deletions sailfish/device-aosip.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$(call inherit-product, device/google/marlin/device-aosip.mk)
1 change: 0 additions & 1 deletion sailfish/device-carbon.mk

This file was deleted.

3 changes: 0 additions & 3 deletions telephony/Android.mk

This file was deleted.

19 changes: 0 additions & 19 deletions telephony/ims/Android.mk

This file was deleted.

194 changes: 0 additions & 194 deletions telephony/ims/src/org/codeaurora/ims/QtiCallConstants.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2c640d5

Please sign in to comment.