Skip to content

Commit

Permalink
msm8998-common: Skip interfaces that are buildable
Browse files Browse the repository at this point in the history
Change-Id: I633fe05c42ba1eb9e035a3356b35b92a2a890896
  • Loading branch information
codeworkx committed Jan 16, 2020
1 parent 4001312 commit 5216008
Show file tree
Hide file tree
Showing 31 changed files with 64 additions and 71 deletions.
21 changes: 21 additions & 0 deletions dumpling/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/**
* Copyright (C) 2019-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/oneplus/dumpling/setup-makefiles.sh
*/

soong_namespace {
}

2 changes: 1 addition & 1 deletion dumpling/Android.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2017-2019 The LineageOS Project
# Copyright (C) 2017-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.
Expand Down
2 changes: 1 addition & 1 deletion dumpling/BoardConfigVendor.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2017-2019 The LineageOS Project
# Copyright (C) 2017-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.
Expand Down
5 changes: 4 additions & 1 deletion dumpling/dumpling-vendor.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2017-2019 The LineageOS Project
# Copyright (C) 2017-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.
Expand All @@ -14,6 +14,9 @@

# This file is generated by device/oneplus/dumpling/setup-makefiles.sh

PRODUCT_SOONG_NAMESPACES += \
vendor/oneplus/dumpling

PRODUCT_COPY_FILES += \
vendor/oneplus/dumpling/proprietary/vendor/etc/acdbdata/EU/EU_Bluetooth_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/EU/EU_Bluetooth_cal.acdb \
vendor/oneplus/dumpling/proprietary/vendor/etc/acdbdata/EU/EU_General_cal.acdb:$(TARGET_COPY_OUT_VENDOR)/etc/acdbdata/EU/EU_General_cal.acdb \
Expand Down
50 changes: 12 additions & 38 deletions msm8998-common/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (C) 2019 The LineageOS Project
* Copyright (C) 2019-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.
Expand Down Expand Up @@ -72,43 +72,6 @@ cc_prebuilt_library_shared {
prefer: true,
}

cc_prebuilt_library_shared {
name: "[email protected]",
owner: "oneplus",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/lib/[email protected]"],
},
android_arm64: {
srcs: ["proprietary/lib64/[email protected]"],
},
},
compile_multilib: "both",
prefer: true,
}

cc_prebuilt_library_shared {
name: "libbtnv",
owner: "oneplus",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libbtnv.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libbtnv.so"],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}

cc_prebuilt_library_shared {
name: "libgpustats",
owner: "oneplus",
Expand Down Expand Up @@ -222,6 +185,17 @@ android_app_import {
privileged: true,
}

android_app_import {
name: "com.qualcomm.location",
owner: "oneplus",
apk: "proprietary/priv-app/com.qualcomm.location/com.qualcomm.location.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
}

android_app_import {
name: "dpmserviceapp",
owner: "oneplus",
Expand Down
2 changes: 1 addition & 1 deletion msm8998-common/Android.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2017-2019 The LineageOS Project
# Copyright (C) 2017-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.
Expand Down
2 changes: 1 addition & 1 deletion msm8998-common/BoardConfigVendor.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2017-2019 The LineageOS Project
# Copyright (C) 2017-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.
Expand Down
51 changes: 23 additions & 28 deletions msm8998-common/msm8998-common-vendor.mk

Large diffs are not rendered by default.

Binary file removed msm8998-common/proprietary/vendor/bin/btnvtool
Binary file not shown.
Binary file not shown.
Binary file removed msm8998-common/proprietary/vendor/bin/wcnss_filter
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 5216008

Please sign in to comment.