Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_mako.mk \
$(LOCAL_DIR)/omni_mako.mk
$(LOCAL_DIR)/du.mk
10 changes: 10 additions & 0 deletions du.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"repository": "android_kernel_lge_mako",
"target_path": "kernel/lge/mako"
},
{
"repository": "proprietary_vendor_lge",
"target_path": "vendor/lge"
}
]
6 changes: 3 additions & 3 deletions omni_mako.mk → du.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)

# Inherit from our custom product configuration
$(call inherit-product, vendor/omni/config/common.mk)
$(call inherit-product, vendor/omni/config/gsm.mk)
$(call inherit-product, vendor/du/config/common.mk)
$(call inherit-product, vendor/du/config/gsm.mk)

# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/lge/mako/device.mk)

PRODUCT_NAME := omni_mako
PRODUCT_NAME := du_mako
PRODUCT_DEVICE := mako
PRODUCT_BRAND := google
PRODUCT_MODEL := Nexus 4
Expand Down
62 changes: 0 additions & 62 deletions omni.dependencies

This file was deleted.

2 changes: 0 additions & 2 deletions sepolicy/file.te
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ type qmux_audio_socket, file_type;
type qmux_bluetooth_socket, file_type;
type qmux_gps_socket, file_type;
type qmux_radio_socket, file_type;

type audio_firmware_file, file_type;
18 changes: 0 additions & 18 deletions vendorsetup.sh

This file was deleted.