Skip to content

Commit

Permalink
vns: separate prebuilts
Browse files Browse the repository at this point in the history
  • Loading branch information
OldDroid committed Jun 9, 2017
1 parent 283ccd7 commit 140de1d
Show file tree
Hide file tree
Showing 69 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ifeq ($(TARGET_DEVICE), hi6250)
ifeq ($(TARGET_DEVICE), venus)

include $(call all-makefiles-under, $(call my-dir))

Expand Down
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/omni_hi6250.mk
$(LOCAL_DIR)/omni_venus.mk
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

DEVICE_PATH := device/huawei/hi6250
DEVICE_PATH := device/huawei/venus

include device/hisi/6250-common/BoardConfigCommon.mk

Expand Down
Binary file modified kernel
Binary file not shown.
4 changes: 2 additions & 2 deletions omni_hi6250.mk → omni_venus.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Include hi3650 common
$(call inherit-product, device/hisi/6250-common/device-common.mk)

PRODUCT_NAME := omni_hi6250
PRODUCT_DEVICE := hi6250
PRODUCT_NAME := omni_venus
PRODUCT_DEVICE := venus
PRODUCT_BRAND := Huawei
PRODUCT_MODEL := HUAWEI-P9-LITE
Binary file added recovery/root/res/native_packages.xml
Binary file not shown.
Binary file added recovery/root/sbin/e2fsck_s
Binary file not shown.
Binary file added recovery/root/sbin/fsck.f2fs_s
Binary file not shown.
Binary file added recovery/root/sbin/mkfs.f2fs
Binary file not shown.
Binary file added recovery/root/sbin/teecd
Binary file not shown.
Binary file added recovery/root/sbin/volisnotd
Binary file not shown.
Binary file added recovery/root/system/bin/fsck.f2fs
Binary file not shown.
Binary file added recovery/root/system/bin/linker64
Binary file not shown.
Binary file added recovery/root/system/lib64/hw/keystore.default.so
Binary file not shown.
Binary file added recovery/root/system/lib64/hw/keystore.hi6250.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libHwedkmgr.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libart.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libbacktrace.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libbase.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libbinder.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libc++.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libc.so
Binary file not shown.
Binary file not shown.
Binary file added recovery/root/system/lib64/libchrlog.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libcrypto.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libcutils.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libdiskconfig.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libdl.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libext4_utils.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libf2fs_sparseblock.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libhardware.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libhardware_legacy.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libhwlog.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libkeymaster1.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added recovery/root/system/lib64/libkeystore_binder.so
Binary file not shown.
Binary file added recovery/root/system/lib64/liblog.so
Binary file not shown.
Binary file added recovery/root/system/lib64/liblogwrap.so
Binary file not shown.
Binary file added recovery/root/system/lib64/liblz4.so
Binary file not shown.
Binary file added recovery/root/system/lib64/liblzma.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libm.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libmini_md5.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libnativebridge.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libnativehelper.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libnativeloader.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libnetutils.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libnl.so
Binary file not shown.
Binary file not shown.
Binary file added recovery/root/system/lib64/libpcre.so
Binary file not shown.
Binary file not shown.
Binary file added recovery/root/system/lib64/libselinux.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libsigchain.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libsoftkeymaster.so
Binary file not shown.
Binary file not shown.
Binary file added recovery/root/system/lib64/libsparse.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libssl.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libstdc++.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libsysutils.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libteec.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libunwind.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libutils.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libwifi_wapi_hisi.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libwpa_client.so
Binary file not shown.
Binary file added recovery/root/system/lib64/libz.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

add_lunch_combo omni_hi6250-userdebug
add_lunch_combo omni_venus-userdebug

0 comments on commit 140de1d

Please sign in to comment.