Skip to content

Commit

Permalink
lancelot -> lava
Browse files Browse the repository at this point in the history
  • Loading branch information
wileylau committed Feb 27, 2021
1 parent 03261d2 commit e7aa37c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
* This file is generated by device/xiaomi/lancelot/setup-makefiles.sh
* This file is generated by device/xiaomi/lava/setup-makefiles.sh
*/

soong_namespace {
}
}
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This file is generated by device/xiaomi/lancelot/setup-makefiles.sh
# This file is generated by device/xiaomi/lava/setup-makefiles.sh

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),lancelot)
ifeq ($(TARGET_DEVICE),lava)

endif
2 changes: 1 addition & 1 deletion BoardConfigVendor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This file is generated by device/xiaomi/lancelot/setup-makefiles.sh
# This file is generated by device/xiaomi/lava/setup-makefiles.sh

26 changes: 0 additions & 26 deletions lancelot-vendor.mk

This file was deleted.

26 changes: 26 additions & 0 deletions lava-vendor.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright (C) 2020 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This file is generated by device/xiaomi/lava/setup-makefiles.sh

PRODUCT_SOONG_NAMESPACES += \
vendor/xiaomi/lava

PRODUCT_COPY_FILES += \
vendor/xiaomi/lava/proprietary/lib64/libaptXHD_encoder.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/libaptXHD_encoder.so \
vendor/xiaomi/lava/proprietary/lib64/libaptX_encoder.so:$(TARGET_COPY_OUT_SYSTEM)/lib64/libaptX_encoder.so \
vendor/xiaomi/lava/proprietary/bin/kpoc_charger:$(TARGET_COPY_OUT_SYSTEM)/bin/kpoc_charger \
vendor/xiaomi/lava/proprietary/etc/init/kpoc_charger.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/kpoc_charger.rc \
vendor/xiaomi/lava/proprietary/lib/libshowlogo.so:$(TARGET_COPY_OUT_SYSTEM)/lib/libshowlogo.so \
vendor/xiaomi/lava/proprietary/etc/init/[email protected]:$(TARGET_COPY_OUT_SYSTEM)/etc/init/[email protected]

0 comments on commit e7aa37c

Please sign in to comment.