Skip to content

Commit e2ede36

Browse files
committed
Correcting createAndroidLibsDirectory types
1 parent 0d6edf6 commit e2ede36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/src/node/prebuilds/android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function determineAndroidLibsFilename(libraryPaths: string[]) {
3232

3333
type AndroidLibsDirectoryOptions = {
3434
outputPath: string;
35-
libraryPathByTriplet: Record<AndroidTriplet, string>;
35+
libraryPathByTriplet: Partial<Record<AndroidTriplet, string>>;
3636
autoLink: boolean;
3737
};
3838

0 commit comments

Comments
 (0)