10 Commits
udc ... bka

Author SHA1 Message Date
Manidweep
6c12c2ec0a instantnoodle: Initialize for Evolution X 11.x 2025-10-13 22:14:11 -04:00
LuK1337
03ac9c1609 instantnoodle: Run sort-blobs-list.py --dir-first
Change-Id: Iae164436cc2719b9049034603d15505f1dd45e19
2025-07-01 23:55:47 +02:00
Bruno Martins
3eaf5c9da6 instantnoodle: Switch to Touch AIDL
Change-Id: I92a19fedb9ea482616c2e3d550e30b69d2a3a5c7
2025-05-10 17:46:38 +02:00
Michael Bestas
3275302f04 instantnoodle: Disable OMX service
Change-Id: I5381e098af64271f9d71c484262e1710e8fcacea
2025-01-02 01:12:36 +02:00
Michael Bestas
7d3ac54312 instantnoodle: Remove unused Android.mk
Change-Id: I98105c127066f7de7012a1895d19c96356105921
2024-12-02 00:28:56 +02:00
Michael Bestas
53cf42da41 instantnoodle: ELF checks are enabled by default
Change-Id: I5740f4c8d359831b4cb794912c5d650f55c33f17
2024-11-05 23:16:08 +02:00
LuK1337
de340afd33 instantnoodle: Adjust override prop key names
Change-Id: I436bbf425023dbe54cf3e2c35f50a5575511bc38
2024-10-20 10:34:05 +02:00
Beverly
7c65abc63a instantnoodle: overlay: Update pixel pitch
Bug: 319894241
Flag: ACONFIG com.android.systemui.device_entry_udfps_refactor DEVELOPMENT
Test: manual

Change-Id: Iaa9576cb95ebe73043b7030b2b176f67bc90e3a1
2024-10-19 19:41:25 +02:00
LuK1337
2082caa641 instantnoodle: Setup ELF checks
Change-Id: Iacc8a942f4e09bf61f5b8e0f4ad8e70f0b43dfa8
2024-10-19 19:41:25 +02:00
LuK1337
cee7a56dde instantnoodle: Switch to py extract utils
Change-Id: I385df1ce3d67b291c7b6a543cb6581d2fc60b443
2024-10-19 19:41:25 +02:00
10 changed files with 46 additions and 77 deletions

View File

@@ -1,7 +0,0 @@
#
# Copyright (C) 2018 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)

View File

@@ -1,13 +1,13 @@
[
{
"repository" : "device_oneplus_sm8250-common",
"branch" : "udc",
"branch" : "bka",
"target_path" : "device/oneplus/sm8250-common"
},
{
"remote" : "github",
"repository" : "TheMuppets/proprietary_vendor_oneplus_instantnoodle",
"branch" : "lineage-21",
"branch" : "lineage-23.0",
"target_path" : "vendor/oneplus/instantnoodle"
}
]

27
extract-files.py Executable file
View File

@@ -0,0 +1,27 @@
#!/usr/bin/env -S PYTHONPATH=../../../tools/extract-utils python3
#
# SPDX-FileCopyrightText: 2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
from extract_utils.main import (
ExtractUtils,
ExtractUtilsModule,
)
namespace_imports = [
'vendor/oneplus/sm8250-common',
]
module = ExtractUtilsModule(
'instantnoodle',
'oneplus',
namespace_imports=namespace_imports,
add_firmware_proprietary_file=True,
)
if __name__ == '__main__':
utils = ExtractUtils.device_with_common(
module, 'sm8250-common', module.vendor
)
utils.run()

View File

@@ -1,21 +0,0 @@
#!/bin/bash
#
# SPDX-FileCopyrightText: 2016 The CyanogenMod Project
# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
# If we're being sourced by the common script that we called,
# stop right here. No need to go down the rabbit hole.
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
return
fi
set -e
export DEVICE=instantnoodle
export DEVICE_COMMON=sm8250-common
export VENDOR=oneplus
export VENDOR_COMMON=${VENDOR}
"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/extract-files.sh" "$@"

View File

@@ -6,6 +6,7 @@
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
TARGET_SUPPORTS_OMX_SERVICE := false
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from instantnoodle device
@@ -20,14 +21,12 @@ PRODUCT_MANUFACTURER := OnePlus
PRODUCT_BRAND := OnePlus
PRODUCT_MODEL := IN2015
PRODUCT_SYSTEM_NAME := OnePlus8
PRODUCT_SYSTEM_DEVICE := OnePlus8
PRODUCT_GMS_CLIENTID_BASE := android-oneplus
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="OnePlus8-user 13 RKQ1.211119.001 Q.1870b9f-4227_f18b release-keys" \
TARGET_DEVICE=$(PRODUCT_SYSTEM_DEVICE) \
TARGET_PRODUCT=$(PRODUCT_SYSTEM_NAME)
BUILD_FINGERPRINT := OnePlus/OnePlus8/OnePlus8:13/RKQ1.211119.001/Q.1870b9f-4227_f18b:user/release-keys
BuildDesc="OnePlus8-user 13 RKQ1.211119.001 Q.1870b9f-4227_f18b release-keys" \
BuildFingerprint=OnePlus/OnePlus8/OnePlus8:13/RKQ1.211119.001/Q.1870b9f-4227_f18b:user/release-keys \
DeviceName=OnePlus8 \
DeviceProduct=OnePlus8 \
SystemDevice=OnePlus8 \
SystemName=OnePlus8

View File

@@ -8,6 +8,10 @@
<!-- Allow CornerHandleView and PathSpecCornerPathRenderer to decouple from corner-radius -->
<dimen name="config_rounded_mask_size">97px</dimen>
<!-- Microns/ums (1000 um = 1mm) per pixel for the given device. If unspecified, UI that
relies on this value will not be sized correctly. -->
<item name="pixel_pitch" format="float" type="dimen">63.22</item>
<!-- the padding on the start of the statusbar -->
<dimen name="status_bar_padding_start">0px</dimen>

View File

@@ -19,5 +19,5 @@ qupfw.img;AB
storsec.img;AB
tz.img;AB
uefisecapp.img;AB
xbl_config.img;AB
xbl.img;AB
xbl_config.img;AB

1
setup-makefiles.py Executable file
View File

@@ -0,0 +1 @@
#!./extract-files.py --regenerate_makefiles

View File

@@ -1,21 +0,0 @@
#!/bin/bash
#
# SPDX-FileCopyrightText: 2016 The CyanogenMod Project
# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
# SPDX-License-Identifier: Apache-2.0
#
# If we're being sourced by the common script that we called,
# stop right here. No need to go down the rabbit hole.
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
return
fi
set -e
export DEVICE=instantnoodle
export DEVICE_COMMON=sm8250-common
export VENDOR=oneplus
export VENDOR_COMMON=${VENDOR}
"./../../${VENDOR_COMMON}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"

View File

@@ -1,35 +1,22 @@
/*
* Copyright (C) 2022 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.
* SPDX-FileCopyrightText: 2025 The LineageOS Project
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "TouchscreenGesture.h"
namespace aidl {
namespace vendor {
namespace lineage {
namespace touch {
namespace V1_0 {
namespace implementation {
const int TouchscreenGesture::kSupportedGestures = makeBitField(
kGestureUpVee, kGestureLeftVee, kGestureRightVee, kGestureCircle, kGestureDoubleSwipe,
kGestureUpToDown, kGestureM, kGestureW, kGestureSingleTap, kGestureS);
} // namespace implementation
} // namespace V1_0
} // namespace touch
} // namespace lineage
} // namespace vendor
} // namespace aidl